Skip to content

Zero-Tail/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dead-simple-cors-proxy

Run

docker-compose up -d

Usage

curl https://localhost/https://google.com

Admin (Generate Key)

curl -X POST https://localhost/admin/create-key -H "x-admin-key: changeme"

Premium (Unlimited)

curl -H "x-cors-key: <KEY>" https://localhost/https://google.com

Forbidden Headers

Prefix with x-cors-header-.

curl -H "x-cors-header-Cookie: foo=bar" https://localhost/https://google.com

About

dead simple sors proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published