https://github.com/project0/node-corsproxy
Proxy all request to an remote server and set CORS Header
https://github.com/project0/node-corsproxy
proxy
Last synced: about 1 year ago
JSON representation
Proxy all request to an remote server and set CORS Header
- Host: GitHub
- URL: https://github.com/project0/node-corsproxy
- Owner: project0
- License: apache-2.0
- Created: 2016-06-27T21:48:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T18:01:19.000Z (over 3 years ago)
- Last Synced: 2024-03-25T19:16:57.071Z (about 2 years ago)
- Topics: proxy
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-corsproxy
=======
Simple server to add CORS and proxy every request to an specific remote url.
[](https://nodei.co/npm/project0-corsproxy)
Usage
-----
```
$ npm install
$ URL="http://myfancy.api.org" PORT=3000 node index.js
```