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')
)

Host it yourself

Run the proxy on your own infrastructure for full control. One-click deploy to Dokploy, Coolify, or Sliplane.

Local

git clone https://github.com/leifmaisch/bypass-cors.git
cd bypass-cors
pnpm install
pnpm build && pnpm start