An open API service indexing awesome lists of open source software.

https://github.com/pgaskin/corsproxy

Proxies requests and adds CORS headers.
https://github.com/pgaskin/corsproxy

cors golang http proxy server xhr

Last synced: 6 months ago
JSON representation

Proxies requests and adds CORS headers.

Awesome Lists containing this project

README

          

# 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.
````