A mirror proxy to avoid CORS requests.
sudo npm install
sudo node server.js
Make a POST request to the server where you have installed Node with two parameters:
- url: the target of your original CORS request.
- data: information to be sended.
You can send a request to Google with the following parameters:
- url: http://www.google.es
- data: {}
The server will return you HTML.
http://www.pabloanaya.com/blog/fix-ie8-cors-problems-using-node-js/