0.0.2 • Published 9 years ago

dummy-corsproxy v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

dummy-corsproxy

Fork of simple-corsproxy by Bruno Vieira

Differencies:

  • forward of original request status and headers
  • environment variable changed to PROXY_PORT
  • console print

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

Install

$ npm install dummy-corsproxy -g

Usage

$ dummy-corsproxy
=> Listening on port: 8080 # or environment variable PROXY_PORT

Add the url to the proxy path, like:

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

License

MIT