Free tools, Website checks

HTTP headers checker

Every response header a page sends, and a quick score for the six security headers that matter.

This tool runs on the Holsha server. Files and addresses are processed on the spot and not stored.

Questions

Which security headers matter most?

Strict-Transport-Security (forces HTTPS), Content-Security-Policy (stops injected scripts), X-Content-Type-Options: nosniff and frame protection with X-Frame-Options or frame-ancestors. Referrer-Policy and Permissions-Policy are smaller wins that take a minute to add.

Can adding headers break my site?

Most can’t. Content-Security-Policy can, because it blocks scripts and styles from sources you didn’t list. Start with Content-Security-Policy-Report-Only to see what would be blocked, then switch it on.

Where do I add these headers?

In your server configuration (nginx add_header, Apache Header set in .htaccess), in your CDN settings such as Cloudflare Transform Rules, or with a security plugin on WordPress.

More website checks tools

All 55 free tools