Welcome to CORS Proxy

This is a Cloudflare Worker-based CORS proxy service. For more information and how to deploy your own proxy, click here.

How to Use

Append your target URL as a query parameter:

https://proxy.cors-proxy-ff5.workers.dev/?https://api.example.com/data

or

https://proxy.cors-proxy-ff5.workers.dev/?link=https://api.example.com/data

Features

Example

Fetch data from an API:

fetch("https://proxy.cors-proxy-ff5.workers.dev/?https://api.example.com/data")