1.0.2 • Published 9 years ago
cors-proxy-server v1.0.2
cors-proxy-server
Simple CORS proxy server
Install
$ npm install -g cors-proxy-serverUsage
$ cors-proxy-serverThis starts the default server on the current host 0.0.0.0 on port 9090
Configure HOST and PORT
$ HOST=192.168.0.110 PORT=8080 cors-proxy-serverExamples
http://localhost:9090/- server usage and helphttp://localhost:9090/http://google.com/- Google.com with CORS headershttp://localhost:9090/https://salesforce.com/- Access Salesforce with CORS headers
License
MIT © Antonio Aguilar, 2016.