CORS Proxy
Bypass CORS restrictions. Access any API from your browser—fast, free, no signup.
- Minimal latency
- Secure & reliable
- No rate limits
Try it
GETbypass.cors.rest/proxy?url=
Response will appear here
CORS blocking your requests?
Browsers block cross-origin API calls by default. Build your prototype, test APIs, or fetch public data without deploying a backend.
There's a better way
Proxy any API through bypass.cors.rest. One URL, zero config.
const res = await fetch(
'https://bypass.cors.rest/proxy?url=' +
encodeURIComponent('https://api.github.com/users/torvalds')
)