Skip to main content
Back to blog
March 12, 2026|6 min read|Security Basics

SecurityHeaders.com Alternative: What It Checks and What You're Missing

SecurityHeaders.com is a great tool for checking HTTP security headers, but it only tells part of the story. Discover what it misses and how to get a complete security picture.

ZeriFlow Team

898 words

What SecurityHeaders.com Does

SecurityHeaders.com, created by Scott Helme, is one of the most popular free tools for analyzing HTTP security headers on any website. You enter a URL, it fetches the response headers, and it gives you a letter grade from A+ to F.

It's fast, simple, and widely trusted — security professionals, developers, and DevOps engineers have used it for years to quickly check whether a site has its headers in order.

The tool specifically examines these headers:

  • Strict-Transport-Security (HSTS) — Forces HTTPS connections
  • Content-Security-Policy (CSP) — Controls which resources the browser can load
  • X-Content-Type-Options — Prevents MIME-type sniffing
  • X-Frame-Options — Blocks clickjacking via iframes
  • Referrer-Policy — Controls how much referrer information is shared
  • Permissions-Policy — Restricts access to browser APIs like camera and microphone

That's it. Six headers, one grade. It does this one job very well.

What Score Does It Give You?

SecurityHeaders.com assigns a letter grade based on which headers are present and correctly configured:

GradeMeaning
A+All recommended headers present with strong values
AAll key headers present
BMost headers present, one or two missing
CSeveral headers missing
DOnly basic headers present
FCritical headers missing

An A+ on SecurityHeaders.com means your HTTP response headers are well configured. It does not mean your website is secure. This is a critical distinction that many people miss.

What SecurityHeaders.com Doesn't Check

Here's where things get important. SecurityHeaders.com focuses exclusively on HTTP response headers. It doesn't evaluate:

### SSL/TLS Configuration Your SSL certificate could be expired, using weak cipher suites, or running on TLS 1.0 (which has known vulnerabilities). SecurityHeaders.com won't tell you any of this.

### Cookie Security Session cookies without the Secure, HttpOnly, or SameSite flags are a common attack vector. A site can get an A+ on SecurityHeaders.com while serving cookies that are vulnerable to theft.

### Mixed Content If your HTTPS page loads images, scripts, or stylesheets over plain HTTP, browsers may block them or show warnings. This isn't covered by a header scan.

### DNS Security SPF, DKIM, and DMARC records protect your domain from email spoofing. DNSSEC prevents DNS cache poisoning. None of this shows up in a header check.

### Information Disclosure Server version headers, exposed .git directories, debug pages, and technology fingerprints can give attackers a roadmap. SecurityHeaders.com doesn't look for these.

### Content Security Inline scripts, eval() usage, and third-party resource loading patterns that create XSS risks aren't analyzed.

### Performance and Accessibility Security isn't just about preventing attacks — a slow site with poor accessibility also impacts user trust and SEO rankings.

Why You Need More Than a Header Scanner

Think of your website's security like a house inspection. SecurityHeaders.com checks whether the locks on your doors are good quality. That's important, but a proper inspection also checks the foundation, the wiring, the roof, and the smoke detectors.

A comprehensive security assessment should cover at minimum:

  1. 1TLS/SSL configuration — Certificate validity, protocol versions, cipher strength
  2. 2HTTP security headers — The six headers SecurityHeaders.com checks, plus others
  3. 3Cookie security — Proper flags on all cookies
  4. 4Content security — Mixed content, CSP effectiveness, inline script risks
  5. 5DNS & email security — SPF, DKIM, DMARC, DNSSEC
  6. 6Information disclosure — Server fingerprinting, exposed files
  7. 7Privacy practices — Tracking scripts, referrer leakage
  8. 8Best practices — robots.txt, sitemap, security.txt

A header-only check gives you a false sense of security. You might have perfect headers but a misconfigured SSL certificate, or cookies that leak session tokens.

ZeriFlow vs SecurityHeaders.com (Feature Comparison Table)

FeatureSecurityHeaders.comZeriFlow
HTTP security headers6 headers checked11+ headers checked
SSL/TLS analysisNoFull analysis (certificate, protocols, ciphers)
Cookie securityNoYes (Secure, HttpOnly, SameSite flags)
Mixed content detectionNoYes
DNS security (SPF/DKIM/DMARC)NoYes
DNSSEC verificationNoYes
Information disclosureNoYes (server fingerprinting, exposed files)
Content security analysisNoYes (inline scripts, CSP effectiveness)
Privacy checksNoYes (tracking, referrer leakage)
Performance metricsNoYes (via Lighthouse integration)
Score typeLetter grade (A+ to F)Numerical score (/100)
Actionable recommendationsLimitedDetailed fix instructions per check
Scan historyNoYes (track progress over time)
PriceFreeFree tier available

Which Tool Is Right for You?

Use SecurityHeaders.com when: - You need a quick header check during development - You want to verify a specific header is being served - You're debugging a CSP or HSTS configuration

Use a full scanner like ZeriFlow when: - You want to know your actual security posture - You're preparing for a client delivery or audit - You need actionable recommendations across all security areas - You want to track your security improvements over time

The two tools aren't competitors — they serve different purposes. SecurityHeaders.com is a focused tool for one specific aspect of web security. ZeriFlow provides the complete picture.

Get a Full Security Scan Free

If you've only been checking your headers, you're only seeing about 15% of your security posture. The other 85% — SSL configuration, cookie security, DNS setup, information disclosure, and more — requires a broader scan.

ZeriFlow scans your website across 12+ security categories in under 60 seconds and gives you a score out of 100 with specific, actionable recommendations for every issue found.

Start with the free plan — no credit card required. Enter your URL and see what SecurityHeaders.com isn't telling you about your website's security.

Ready to check your site?

Run a free security scan in 30 seconds.

Related articles

Keep reading