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.
- Host: GitHub
- URL: https://github.com/pgaskin/corsproxy
- Owner: pgaskin
- License: mit
- Created: 2018-07-04T02:05:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T19:34:47.000Z (about 5 years ago)
- Last Synced: 2025-02-05T11:23:27.787Z (8 months ago)
- Topics: cors, golang, http, proxy, server, xhr
- Language: Go
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
````