šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/monitorjbl/cors-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/monitorjbl/cors-proxy

v0.0.0-20170120225422-d8f72b7f9906
Source
Go
Version published
Created
Source

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 

FAQs

Package last updated on 20 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts