Skip to content

CORS Checker

Test CORS policy with a simple GET and OPTIONS preflight request from a custom origin.

TL;DR:

CORS Checker validates Cross-Origin Resource Sharing configuration for an API. Performs preflight OPTIONS + real request, shows Access-Control-Allow-Origin / Methods / Headers. Diagnoses wildcard-with-credentials errors and missing preflight responses.

(the requesting origin to simulate)
Save & track URLs you check Free account · 24/7 checks · alerts via Telegram, email, Slack — sign up to monitor any URL you test here.
Free Sign Up

How CORS Works

CORS (Cross-Origin Resource Sharing) is a browser security mechanism that restricts cross-origin HTTP requests. When a browser makes a cross-origin request, it first sends an OPTIONS preflight to check what origins and methods are allowed. This tool simulates both a simple GET request and a preflight OPTIONS request with a configurable test origin, then analyses the Access-Control-* response headers for common misconfigurations.

Learn more

Frequently Asked Questions

What does the CORS checker do?

The tool analyzes Access-Control-* response headers: Allow-Origin (who can request), Allow-Methods (allowed verbs), Allow-Headers (permitted headers), Allow-Credentials (cookie handling). Debug CORS errors without DevTools.

Automate this check

Set up continuous monitoring and get an alert when something breaks. No manual runs to remember.