What do your site's HTTP response headers actually say about it?

Security headers are easy to get wrong and invisible when you do. Headergrade fetches a URL and reports, header by header, what is set and what it means — in plain language, with copyable fixes.

Check a URL See plans

Not a score. An explanation.

Headers checked

Content-Security-Policy

Controls which resources the browser may load. A strong CSP stops XSS even if an attacker injects a script tag.

Strict-Transport-Security

Forces HTTPS connections for the specified duration. Protects against protocol-downgrade attacks.

X-Content-Type-Options

Prevents MIME-type sniffing. Reduces risk of drive-by download and script-injection attacks.

X-Frame-Options

Controls whether the page may be displayed in a frame. Prevents clickjacking attacks.

Referrer-Policy

Controls how much referrer information is sent to other origins. Affects user privacy.

Permissions-Policy

Controls which browser features (camera, mic, location) the page is allowed to use.

Who it is for

Developers and small-business owners who were told by a client, an auditor or a scanner that their headers are wrong, and want to know specifically what to change. No scare tactics, no upsells — just the plain-text readout of what your server actually sends.

Check your first URL