https://github.com/averagemarcus/cors-proxy
https://github.com/averagemarcus/cors-proxy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/averagemarcus/cors-proxy
- Owner: AverageMarcus
- License: mit
- Created: 2020-12-09T13:00:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T11:00:52.000Z (over 5 years ago)
- Last Synced: 2025-02-12T11:24:49.430Z (over 1 year ago)
- Language: HTML
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> A proxy enabling CORS headers on responses, supporting most (maybe all?) HTTP verbs.
# Usage
1. `npm install`
1. `node index.js`
1. 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`