Missing status line
The parser skips lines starting with HTTP/.
Fix: It's fine to paste with or without the status line.
header • up to 320x100 / 728x90
Paste response headers to audit HSTS, CSP, CORS, X-Powered-By disclosure, and Set-Cookie flags
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
HTTP Header Inspector parses a raw block of HTTP response headers and audits the most common security and hygiene settings: HSTS, CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, CORS, Server header disclosure, and Set-Cookie Secure / HttpOnly flags.
Paste the entire response (status line optional) and get a structured report of issues and notes in seconds.
HTTP/1.1 200 OK Content-Type: application/json Set-Cookie: sid=abc; Path=/ Access-Control-Allow-Origin: * X-Powered-By: Express
Parsed 4 headers Headers: content-type: application/json set-cookie: sid=abc; Path=/ access-control-allow-origin: * x-powered-by: Express Issues (5): • Missing Strict-Transport-Security (enable HSTS) • Missing Content-Security-Policy • Missing X-Content-Type-Options: nosniff • Missing Referrer-Policy • Set-Cookie missing 'Secure' flag • Set-Cookie missing 'HttpOnly' flag Notes: • CORS: Access-Control-Allow-Origin is '*' (wide open) • X-Powered-By discloses: Express
The parser skips lines starting with HTTP/.
Fix: It's fine to paste with or without the status line.
Some servers split Set-Cookie across multiple lines.
Fix: Paste each Set-Cookie value on its own line.
No — paste existing headers; nothing is fetched.
HSTS, CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, CORS, Server, X-Powered-By, Set-Cookie.
No — parsing is client-side.
It checks presence only — paste the CSP into a dedicated validator for full checks.
No — the tool checks case-insensitively.
Pair with CORS, URL, and header encoding tools. You can also browse the full Networking & DNS category for more options.
Test whether origins are allowed by a given Access-Control-Allow-Origin value — wildcard and subdomain aware
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
Encode or decode Base64 strings
Calculate network, broadcast, usable hosts, subnet mask, and wildcard for any IPv4 CIDR
Search and learn about HTTP status codes. Find meaning, common causes, and fix solutions for any HTTP response code.
Searchable list of well-known TCP/UDP ports — filter by port number, service name, or description
Analyze a live webpage for core SEO signals
Inspect status, headers, redirects, and canonical hints for a URL
Scan pasted HTML for missing alt text, labels, and aria attributes in common interactive elements
Convert curl commands to PHP code