2020-03-25 14:33:26 +00:00
2016-04-14 05:46:04 +01:00
2020-03-25 14:33:26 +00:00
2018-11-14 15:43:30 +00:00
2016-04-14 05:46:55 +01:00
2020-03-25 14:33:26 +00:00
2016-04-24 19:54:03 +01:00
2017-02-20 14:28:51 -05:00

CorsProxy

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

Usage

  1. npm install
  2. node index.js
  3. 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

Description
Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
Readme 176 KiB
Languages
HTML 73.5%
JavaScript 14.5%
Makefile 11.2%
Dockerfile 0.8%