CORS Tester
Send a real preflight and actual request to any URL and diagnose the CORS configuration. Requests are proxied through a Cloudflare Worker.
Requests proxied to bypass browser CORS restrictions; your input is not stored.
Presets:
One Name: Value pair per line. Forwarded with both the preflight and actual request.
Common Use Cases
- Diagnose a blocked CORS requestEnter your API URL, set the Origin to your front-end domain, and inspect both the preflight OPTIONS and actual response headers to pinpoint which CORS header is missing or misconfigured.
- Verify CORS for multiple originsTest the same endpoint with different origins (production, staging, localhost) to confirm only the expected origins are allowed.
Pro plan — coming soon
Save your history, create reusable presets, and share outputs with a link. One plan, all tools.
See what's planned →Frequently Asked Questions
Related Tools
API Request Builder
Build and send HTTP requests from your browser. Set method, headers, and body, then see the full response with status, headers, and body. Server-side proxy avoids CORS restrictions.
Redirect Checker
Follow HTTP redirect chains for any URL. See every hop with status code, Location header, and timing. Debug redirect loops, broken chains, and final destinations.
HTTP Header Analyzer
Paste raw HTTP response headers and check for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and more.