🚪 Cors proxy created with Node.js and Express
yarn #npm install
This repository have two servers, the test server don't have cors enable.
yarn start #npm start - run the cors proxy server
yarn start-test #npm run start-test - run the test server without cors
You can test the cors proxy in the index.html
file opened if Live Server extension. Make your fetch calls using:
"http://localhost:3000/${URLencoded}"
You also can use the host server passing the encoded URL through https://lfv-cors-proxy.glitch.me/
👤 Luiz Fernando Veríssimo luizfverissimo@gmail.com
- Website: http://lfverissimo.com
- Github: @luizfverissimo
- LinkedIn: @lfverissimo
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator