Skip to content

Proxies requests and adds CORS headers.

License

Notifications You must be signed in to change notification settings

pgaskin/corsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corsproxy

Proxies requests and adds CORS headers.

Usage: corsproxy [OPTIONS]

Options:
  -a, --addr string                Address to listen on (default ":8000")
  -b, --header-blacklist strings   Headers to remove from the request and response
  -h, --help                       Show this message
  -r, --max-redirects int          Maximum number of redirects to follow (default 10)
  -t, --timeout int                Request timeout (default 15)

Run the server and go to it in a web browser for API documentation.

About

Proxies requests and adds CORS headers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages