Simple CORS proxy server to bypass browser restrictions locally
992
Simple CORS proxy server to run locally that passthrough all requests to the target server to bypass CORS restrictions of your browser.
Start the CORS Proxy server locally at http://localhost (port 80) using Docker:
docker run -p 80:8080 matiboux/cors-proxy
Replace -p 80:8080 with -p <port>:8080 to use a different port and access the server at http://localhost:<port>.
You can pull and run the CORS Proxy Docker image from either:
docker pull matiboux/cors-proxydocker pull ghcr.io/matiboux/cors-proxyCopyright (c) 2024 Matiboux (matiboux.me)
Licensed under the MIT License. You can see a copy in the LICENSE file.
Content type
Image
Digest
sha256:83bc96bb5…
Size
7.9 MB
Last updated
about 1 month ago
docker pull matiboux/cors-proxy