CORS Checker

Test CORS configuration for any API endpoint. Sends a real preflight request and shows which origins, methods, and headers are allowed.

Presets:

One Name: Value pair per line. Forwarded with both the preflight and actual request.

Common Use Cases

  1. Third-party API integration checkBefore integrating a public API into a frontend app, use the CORS checker to confirm it allows your origin and the HTTP methods you need.
  2. Backend configuration debuggingIf your frontend is receiving CORS errors, enter your API endpoint to see exactly which origins, methods, and headers your server allows versus what the browser is requesting.
  3. Wildcard origin auditCheck whether an internal API is accidentally returning Access-Control-Allow-Origin: * and exposing it to requests from any website.

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