Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
Go to file
Marcus Noble c95907cb50 Added npm start script 2016-04-24 19:54:03 +01:00
.gitignore Initial commit 2016-04-14 05:46:04 +01:00
LICENSE Create LICENSE 2016-04-14 05:46:55 +01:00
README.md Create README.md 2016-04-14 05:49:47 +01:00
index.js Would help if actually included the cors header 2016-04-16 08:46:09 +01:00
package.json Added npm start script 2016-04-24 19:54:03 +01:00

README.md

CorsProxy

Super simple CORS proxy supporting most (maybe all?) HTTP verbs.

Usage

  1. npm install
  2. node index.js
  3. Navigate to http://localhost:9000/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