A lightweight CORS proxy built with Cloudflare Workers to bypass cross-origin restrictions by routing requests through a worker.
Simply append the target API endpoint to your Cloudflare Worker URL:
https://yourproxy.username.workers.dev/{API_ENDPOINT}
Fetching data from the example.com:
https://yourproxy.username.workers.dev/https://example.com/?limit=1
Some APIs require a specific Referer header. Use the customReferer query parameter to set it.
https://yourproxy.username.workers.dev/https://example.com/&customReferer=http://example.com