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