/docker-simplecorsproxy

Simple wide-open CORS proxy to a target URL

Primary LanguageShell

Simple image, proxying an HTTP server with wide open CORS settings. Change the TARGET environment variable to the URL you want to proxy.

Example:

docker run -p 8000:80 -it --rm -e TARGET=https://api.kanye.rest tiagoad/simplecorsproxy