CORS Proxy Service

Bypass CORS restrictions effortlessly for API testing and development with our lightweight proxy, powered by Cloudflare Workers.

How It Works

Append your target API URL as a query parameter to this service's endpoint:

https://cros.666570.xyz/?url=https://your-api.com

Try It Out

Enter a target URL below to test the proxy:

Warning: Please avoid excessive requests. This service is rate-limited to ensure fair usage for all users. Overuse may result in temporary restrictions.

Test URL


        

Example code for your application:


fetch('https://cros.666570.xyz/?url=https://your-api.com')
  .then(response => response.text())
  .then(data => console.log(data))
  .catch(error => console.error('Error:', error));
        

Features

Important Notes

Development Only: Use this proxy for testing purposes. For production, deploy your own instance with restricted access to ensure security.