Generator Settings
One per line, scheme and host, no trailing slash. Wildcard subdomains are not valid CORS — the server must match and echo the origin.
Methods
Comma-separated. Authorization is never covered by a wildcard — it must always be named.
Headers your JavaScript may read. Without this, only a handful of safe-listed headers are visible to fetch.
Options
Generated Headers ready
Response headers

      
CORS is enforced by the browser, on behalf of the user. It is not server-side access control — curl, a mobile app or any server-side client ignores these headers entirely. Never use CORS as authorisation.