🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

corsproxy

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
C

corsproxy

standalone CORS proxy

1.5.0
latest
69

Supply Chain Security

100

Vulnerability

75

Quality

82

Maintenance

100

License

Repository has been archived by the owner.
Version published
Weekly downloads
183
27.97%
Maintainers
5
Weekly downloads
 
Created
Issues
0

corsproxy

standalone CORS proxy

Build Status Dependency Status devDependency Status

NPM

Setup

npm install -g corsproxy
corsproxy
# with custom port: CORSPROXY_PORT=1234 corsproxy
# with custom host: CORSPROXY_HOST=localhost corsproxy
# with debug server: DEBUG=1 corsproxy
# with custom payload max bytes set to 10MB (1MB by default): CORSPROXY_MAX_PAYLOAD=10485760 corsproxy

Usage

The cors proxy will start at http://localhost:1337. To access another domain, use the domain name (including port) as the first folder, e.g.

License

MIT

FAQs

Package last updated on 26 Sep 2016

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