Sign inSign up

jy1989/cors-proxy

By jy1989

Updated over 8 years ago

cors-proxy

Image
0

870

jy1989/cors-proxy repository overview

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
Docker

It is also possible to run the cors proxy in a docker container:

# Build image
docker build -t corsproxy .

# Run container
docker run -p 1337:1337 --name corsproxy -d 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.

By default the cors proxy will only answer requests sent to localhost. To use another domain (e.g. machine name) set an enviroment variable CORSPROXY_HOST to the required value before launching.

License

MIT

Tag summary

Content type

Image

Digest

Size

265.6 MB

Last updated

over 8 years ago

docker pull jy1989/cors-proxy