https://github.com/caseywebdev/cors-proxy
A simple HTTP(S) CORS proxy.
https://github.com/caseywebdev/cors-proxy
Last synced: over 1 year ago
JSON representation
A simple HTTP(S) CORS proxy.
- Host: GitHub
- URL: https://github.com/caseywebdev/cors-proxy
- Owner: caseywebdev
- Created: 2015-11-10T19:49:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T20:22:58.000Z (over 10 years ago)
- Last Synced: 2025-01-30T21:30:47.371Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORS Proxy
A simple HTTP(S) CORS proxy.
# Usage
Run the server.
```bash
PORT=12345 node .
```
Make a request. The path is the URL of the proxy target.
```bash
curl localhost:12345/https://www.google.com
```