CORS policy analyzer
Paste your Access-Control-* response headers. We grade against the things that actually go wrong — wildcard with credentials (browser refuses), Allow-Origin: null (exploitable by sandboxed iframes), reflected origin without an allowlist.
CORS response headers
Quick reference: CORS is a browser-enforced policy — it does not protect your server. Any HTTP client (curl, Postman, a script) ignores it. CORS only controls whether JavaScript running on another origin can read your responses. If your data is sensitive, you still need authentication on the server.