Wildcard + credentials
Browsers block '*' with credentials.
Fix: Use an explicit origin list when cookies or auth are involved.
header • up to 320x100 / 728x90
Test whether origins are allowed by a given Access-Control-Allow-Origin value — wildcard and subdomain aware
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
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 Networking & DNS 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 and view JWT token payloads
Calculate network, broadcast, usable hosts, subnet mask, and wildcard for any IPv4 CIDR
Encode or decode Base64 strings
Searchable list of well-known TCP/UDP ports — filter by port number, service name, or description
Check URLs for broken links
Check reading ease, grade level, sentence length, and complexity for blog posts, emails, docs, and landing page copy.
Check slug length, stop words, readability, and URL cleanliness for SEO-friendly article, category, and landing page paths.
Inspect favicon, apple-touch-icon, and manifest links from a live page
Search and learn about HTTP status codes. Find meaning, common causes, and fix solutions for any HTTP response code.