Skip to content

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

License

Notifications You must be signed in to change notification settings

PeterParker/CorsProxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%