CORSProbe

Learn

Preflight (OPTIONS)

When a cross-origin request is not “simple” (for example a custom header, or certain methods), browsers first send an OPTIONS preflight asking permission.

Request side

Response side

CORSProbe can send a simulated OPTIONS with those request headers and explain whether the Allow-* answers match.

Probe with preflight