CORS Checker

Probe a URL for Access-Control headers from your browser.

This tool needs a network request. Do not paste secrets you would not send to GitCircle.

Headers
KeyValueRemove
Report

About CORS Checker

Enter a URL, optional request headers (key/value rows), and the origin you care about. GitCircle runs GET and OPTIONS probes and reads any Access-Control-* headers the browser exposes.

Browsers block JavaScript from setting Origin (and a few other headers) on fetch. If you add Origin in the header list, it is skipped in the live probe—use Evaluate origin plus the generated curl commands, then paste response headers below the header rows.

How to use it

  1. Enter the API URL (single line).
  2. Add request headers with Add header (for example Authorization).
  3. Set Evaluate origin or leave blank to use this page’s origin.
  4. Optionally paste response headers from curl after a blocked live probe.
  5. Click Check CORS, or press ⌘/Ctrl + Enter.

Common errors

For header scoring without CORS, use the HTTP Security Headers Checker.

Related tools