Bypass CORS restrictions effortlessly for API testing and development with our lightweight proxy, powered by Cloudflare Workers.
Append your target API URL as a query parameter to this service's endpoint:
https://cros.666570.xyz/?url=https://your-api.com
Enter a target URL below to test the proxy:
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));