How to use
- Enter the URL to check.
- Click the "Check" button.
- A checklist shows whether key security headers like HSTS and CSP are configured.
๐ฏ Use Cases
- Check security headers before deploying a new service
- Compare security settings against reference sites
- Use as a checklist for regular security audits
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