๐Ÿ›ก๏ธ HTTP Headers Security Checker

Checks whether key security HTTP headers are configured.

How to use

  1. Enter the URL to check.
  2. Click the "Check" button.
  3. A checklist shows whether key security headers like HSTS and CSP are configured.

๐ŸŽฏ Use Cases

Example

Input
github.com
Output
5 / 6 passed
โœ… Strict-Transport-Security (HSTS)  max-age=31536000; includeSubdomains; preload
โœ… Content-Security-Policy           default-src 'none'; base-uri 'self'; โ€ฆ
โœ… X-Content-Type-Options            nosniff
โœ… X-Frame-Options                   deny
โœ… Referrer-Policy                   origin-when-cross-origin, strict-origin-when-cross-origin
โŒ Permissions-Policy                -

An illustrative result for checking github.com: 5 of the 6 key security headers are present, with only Permissions-Policy missing. Actual values depend on the server response at the time of the lookup.

FAQ

Which headers are checked?
It checks 6 key security headers: HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, and Permissions-Policy.
Do I need to pass every check to be safe?
Not necessarily โ€” depending on the site, some headers may not be needed. Use this as a reference indicator and decide what to apply based on your service's requirements.
Is the URL I check stored?
No. Every request is checked immediately and nothing is stored.

More Network Tools

๐Ÿ“ก
My IP Address
Check your current IP and location
๐Ÿ“
CIDR Calculator
Calculate network range & usable IPs
๐Ÿ”ค
Punycode Converter
Convert IDN domains โ†” Punycode (xn--)
๐Ÿ”€
IPv4 to IPv6
Convert IPv4 to IPv4-mapped IPv6
๐Ÿ•ธ๏ธ
Domain Extractor
Extract domain names from text/URLs
๐Ÿšช
Batch URL Opener
Open multiple URLs in new tabs at once
๐Ÿ›ฐ๏ธ
DNS Lookup
Look up A, MX, TXT & other DNS records
๐Ÿ”
Domain to IP
Resolve a domain to IPv4/IPv6
๐Ÿ“ฎ
Email Verifier
Check format & mail server (MX) existence
๐Ÿ“‹
HTTP Headers
Inspect server response headers
๐Ÿ“‡
Whois Lookup
Look up domain/IP registration (RDAP)
๐Ÿ“
IP Geolocation
Look up region info for an IP/domain
๐Ÿ–ผ๏ธ
OGP Checker
Preview social share cards
๐Ÿ“‘
Heading Extractor
Check TITLE & h1โ€“h6 structure
๐Ÿท๏ธ
Title & Meta Extractor
Extract TITLE, DESCRIPTION & ROBOTS