Skip to content

luizfverissimo/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cors-proxy 🚪

Version License: MIT

🚪 Cors proxy created with Node.js and Express

Install

yarn #npm install

Usage

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/

Author

Logo LF Verissimo - Front-end Developer

👤 Luiz Fernando Veríssimo luizfverissimo@gmail.com

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator