Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 323 Bytes

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