Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 700 Bytes

simple-corsproxy

Proxy to access resources that lack the Access-Control-Allow-Origin * header

Deploy

Install

$ npm install simple-corsproxy -g

Usage

$ simple-corsproxy
=> Listening on port: 8080 # or environment variable PORT

Add the url to the proxy path, like:

http://localhost:8080/https://google.com

License

MIT