Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
/ corsproxy Public archive

Debug utility for CORS-enabled servers

Notifications You must be signed in to change notification settings

goware/corsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

corsproxy

DEPRECATED: PLEASE USE https://github.com/goware/corsanywhere INSTEAD.

Debug utility for CORS-enabled servers

Usage

Install:

go get -u github.com/goware/corsproxy

Terminal:

corsproxy -source=https://remotehost.com/ -listen=1337

You can now send requests to http://localhost:1337 which will proxy to https://remotehost.com/ and circumvent CORS. This can be useful when developing against a remote service which uses CORS.

LICENSE

MIT

About

Debug utility for CORS-enabled servers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages