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

Latest commit

 

History

History
27 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 500 Bytes

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