Skip to content

monitorjbl/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CORS proxy

This is a really simple application designed to do one thing: serve as a proxy for requests requiring CORS.

Usage of cors-proxy:
  -address string
        The address the server will bind to (default "0.0.0.0")
  -auth string
        Enable Basic Auth on every request in user:pass form
  -debug
        Enable debug output
  -port string
        The port the server will bind to (default "8080")

Building

go get github.com/monitorjbl/cors-proxy
cd $GOPATH/src/github.com/monitorjbl/cors-proxy
go install 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages