Simple CORS proxy server
$ npm install -g cors-proxy-server
$ cors-proxy-server
This starts the default server on the current host 0.0.0.0
on port 9090
$ HOST=192.168.0.110 PORT=8080 cors-proxy-server
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
MIT © Antonio Aguilar, 2016.