This is a Cloudflare Worker-based CORS proxy service. For more information and how to deploy your own proxy, click here.
Append your target URL as a query parameter:
https://proxy.cors-proxy-ff5.workers.dev/?https://api.example.com/data
https://proxy.cors-proxy-ff5.workers.dev/?link=https://api.example.com/data
Fetch data from an API:
fetch("https://proxy.cors-proxy-ff5.workers.dev/?https://api.example.com/data")