CORS Checker
Test cross-origin resource sharing for any URL and origin. See all Access-Control headers, preflight results, and whether your request would be allowed or blocked.
What it checks: whether a given origin is allowed to make cross-origin requests to a target URL, including the full preflight (OPTIONS) response and all Access-Control-* headers — useful for debugging a blocked fetch() call before it reaches production.