CORSProbe

Learn

Credentials and CORS

Credentialed cross-origin requests include cookies, client TLS certs, or the Authorization header when the front-end sets credentials: 'include' (fetch) or withCredentials (XHR).

Browser rules (simplified)

CORSProbe flags the common mismatch of ACAO: * together with ACAC: true, which browsers reject for credentialed flows.

Probe with credentials option