Wildcard + credentials
Browsers block '*' with credentials.
Fix: Use an explicit origin list when cookies or auth are involved.
Search tools and pages.
Passive Access-Control-Allow-Origin matcher — paste a header value plus a list of origins to confirm wildcard, scheme, and subdomain rules
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Written by Giorgos Kostas. Last reviewed:
CORS Origin Checker takes an `Access-Control-Allow-Origin` value (or comma-separated list, or `*`) and tests a batch of origins against it. Subdomain wildcards (e.g. `*.example.com`) are supported.
It also flags credentials-incompatible configurations: a wildcard origin cannot be used together with credentialed requests.
*.example.com, https://admin.example.org https://shop.example.com https://admin.example.org https://attacker.com
Allow-Origin header value: *.example.com, https://admin.example.org Credentials-safe: Yes ALLOWED (wildcard subdomain) https://shop.example.com ALLOWED (exact match) https://admin.example.org BLOCKED https://attacker.com
Browsers block '*' with credentials.
Fix: Use an explicit origin list when cookies or auth are involved.
Origins are hostnames, not URLs with paths.
Fix: Remove paths — include scheme + host only.
Yes — `*.example.com` matches any subdomain.
It flags wildcard + credentials as unsafe.
No — the checker runs client-side.
No — it's a pure rule checker.
Yes — https://… and http://… are treated as distinct origins.
Pair with HTTP, URL, and networking tools. You can also browse the full Security & Web Hardening category for more options.
Paste response headers to audit HSTS, CSP, CORS, X-Powered-By disclosure, and Set-Cookie flags
Parse a URL into scheme, host, port, path, query parameters, fragment, and origin — fully client-side
Parse a User-Agent string into browser, version, operating system, device type, and bot status
Decode JWTs, verify HMAC, RSA, and EC signatures (paste secret/PEM or fetch JWKS), inspect claims, and visualize the exp/nbf/iat timeline
Calculate network, broadcast, usable hosts, subnet mask, and wildcard for any IPv4 CIDR
Encode or decode Base64 strings
Send a real OPTIONS preflight and the actual request from a server proxy and inspect the per-rule CORS verdict for any origin
Probe a host:port and render the full TLS certificate chain with subject, issuer, SAN, key, signature, fingerprints, and days-until-expiry
Build a Content Security Policy header from per-directive cards with chip-style sources, presets, and a live header + meta-tag preview