Auditor of HTTP Headers & Security
Security score, information leaks, caching and redirect chain for any site, with copy-ready fixes.
HTTP Headers Architecture & Web Hardening
Defense-in-depth against XSS, Clickjacking, MIME sniffing, and information disclosure.
CSP establishes strict whitelists of trusted domains for scripts, styles, and assets, acting as the primary defense against Cross-Site Scripting (XSS).
HSTS forces browsers to strictly use HTTPS encrypted connections, preventing SSL-stripping and MITM downgrade attacks.
Prevents invisible iframe embedding on third-party sites using `X-Frame-Options: SAMEORIGIN` or CSP `frame-ancestors 'self'`.
Directives like `Cache-Control: private` safeguard user data while hiding `Server` and `X-Powered-By` denies automated vulnerability fingerprinting.
HTTP Headers & Security Policy Troubleshooting
Step-by-step fixes for CORS errors, CSP blocking, HSTS lockouts, and aggressive caching.
CORS Policy Failure: Missing Access-Control-Allow-Origin
Scripts or Styles Blocked by Strict CSP Directive
HSTS Breaks Local Development or Staging Subdomains
Aggressive Caching Preventing Users from Seeing Code Updates
Did You Know? HTTP Protocol Trivia
The 'Referer' misspelling legacy, HTTP 418 Teapot, and the Terry Pratchett Clacks header.
The Permanent 'Referer' Misspelling in RFC 1945
In 1996, authors of RFC 1945 accidentally misspelled 'Referrer' as 'Referer'. Correcting it would break existing web systems, cementing the typo forever.
HTTP Status 418: 'I'm a Teapot'
Published in RFC 2324 as an April Fools joke for hyper text coffee pots, HTTP 418 refuses to brew coffee because it's a teapot. Many servers still implement it as an easter egg.
X-Clacks-Overhead: The Terry Pratchett Tribute
Thousands of servers send `X-Clacks-Overhead: GNU Terry Pratchett`. In Discworld lore, a person's name never dies as long as it's echoed across the transmission lines.
Server Fingerprinting & Security Through Obscurity
Default server headers advertise software and OS versions. Suppressing them stops 90% of automated port-scanning bots looking for version-targeted exploits.