A lightweight and production-ready CORS proxy built with Node.js and Express, reverse-proxied through Apache at:
https://tools.togethercfo.com/proxy/fetch?url=https://example.com
This allows frontend applications to safely bypass CORS restrictions by routing requests through your secure proxy.
- β CORS enabled for all origins
- β Deployed with HTTPS via Let's Encrypt
- β
Works behind Apache reverse proxy at
/proxy - β
Simple
?url=interface for compatibility - β Lightweight and fast
- β Easily deployed with PM2
GET https://tools.togethercfo.com/proxy/fetch?url=https://example.comClone the project
mkdir cors-proxy && cd cors-proxy
npm init -y
npm install express cors node-fetch
node app.mjs