Network/HTTP

CORS Checker / Explainer

Explain step by step whether the browser will allow a cross-origin request — simple/preflight classification, Access-Control-* response header checks, and a verdict.

Credentials (fetch)

One per line, "Name" or "Name: value" — the value does not affect the classification.

Grab these from the Network tab in DevTools (the response itself or the OPTIONS preflight) or curl -I.