Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
https://cors-proxy.cluster.fun/https://bbc.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 7 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 7 years ago | |
Makefile | 3 years ago | |
README.md | 2 years ago | |
index.html | 2 years ago | |
index.js | 2 years ago | |
logo.png | 2 years ago | |
package.json | 7 years ago |
README.md
A proxy enabling CORS headers on responses, supporting most (maybe all?) HTTP verbs.
Usage
npm install
node index.js
- Navigate to
http://localhost:8000/http://www.example.com
To change the listening port either set the PORT
environment variable to pass it in as an argument.
E.g. node index.js --port=8080