Dev Tools

CORS Tester

Test CORS headers for any URL. Sends a real fetch request with mode: 'cors' from your browser.

URL
Method
Enter a URL and click "Test CORS" to check CORS headers.

Limitations

  • Browsers restrict which headers are visible on CORS responses. Only CORS-safelisted response headers are exposed unless the server sends Access-Control-Expose-Headers.
  • If the server blocks CORS entirely, the browser cannot read any headers or status code -- you will only see "CORS Blocked."
  • This test runs from your current browser origin. Results may differ for other origins.
Was this page helpful?

Related tools