Skip to content

a minimalist CORS proxy to be used on your local machine

Notifications You must be signed in to change notification settings

maxlath/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-proxy

A minimalist CORS proxy to be used on your local machine. Tailored for JSON requests.

Install

git clone https://github.com/maxlath/cors-proxy
cd cors-proxy
npm install --production

# Run in the terminal
npm start

# Or install it as a Systemd service
npm run add-to-systemd
sudo systemctl start corsproxy

# Test
curl http://localhost:2677/http://maxlath.eu/data.json

About

a minimalist CORS proxy to be used on your local machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published