Skip to content

HowardTangHw/cors-anywhere-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-anywhere-go

Example

Request examples:

* `https://localhost:7001/https://google.com/` - Google.com with CORS headers
* `https://localhost:7001/google.com` - Same as previous.
* `https://localhost:7001/google.com:443` - Proxies `https://google.com/` 

Start

Step1

Install Go 1.16.4

Step2

To Run this locally simply run:

./install.sh
./dev.sh

build && deploy

./install.sh
go build -o cors-anywhere-go
./cors-anywhere-go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published