Analyze HTTP response headers for security, caching, and compliance issues.
Analyze HTTP response headers for security vulnerabilities, caching directives, and CORS misconfigurations. Get an instant security grade and actionable fixes.
Keywords: http, headers, security, csp, hsts, cors, analyze, check, pci-dss
Tags: security, network, headers
Paste raw HTTP response headers from browser DevTools (Network tab) or run `curl -I https://yourdomain.com`. Click Analyze or press ⌘↵.
View your A–F security grade and 0–100 score. The grade reflects the presence and configuration of HSTS, CSP, X-Frame-Options, and other critical headers.
Check the Security Headers, CORS, Caching, and Information Disclosure sections. Each row shows the header value, status icon, and actionable fix note.
Fix missing headers by adding them to your Nginx, Apache, or Next.js config. The tool provides recommended values for each header.
Verify compliance with PCI-DSS, OWASP Top 10, and GDPR Article 32. The tool flags missing HSTS and CSP as compliance gaps.
Instant A–F security grade and 0–100 score, similar to Mozilla Observatory and SecurityHeaders.com but running entirely in your browser.
HSTS validation: checks max-age, includeSubDomains, and preload directives. Flags missing or misconfigured Strict-Transport-Security.
Content-Security-Policy (CSP) analysis: parses directives and flags unsafe-inline, unsafe-eval, or wildcard sources that weaken XSS protection.
X-Frame-Options & X-Content-Type-Options: verifies DENY/SAMEORIGIN and nosniff. Detects Clickjacking and MIME-sniffing risks.
CORS misconfiguration detection: flags wildcard (*) origins, wildcard with credentials, and other dangerous Access-Control-Allow-* setups.
Information disclosure flags: identifies Server, X-Powered-By, X-AspNet-Version, and X-Runtime headers that leak fingerprints.
Caching analysis: parses Cache-Control directives, ETag, and Last-Modified for performance optimization.
PCI-DSS & GDPR compliance warnings: flags missing security headers as compliance gaps under strict regulatory requirements.
100% client-side processing: headers are analyzed entirely in your browser. No data sent to external servers — fully private.
Paste from cURL: paste the output of `curl -I https://example.com` to analyze headers without manual extraction.
AI-powered explanations: use the built-in AI to explain header configurations and get exact code snippets to fix issues.
JSON export: export the full analysis result as formatted JSON with ⌘⇧C for CI/CD pipelines and security audits.
Keyboard shortcuts: ⌘↵ to analyze, ⌘⇧C to copy JSON, ⌘⇧K to clear, ⌘⇧E for examples dropdown.
Master Content Security Policy (CSP) headers, nonce generation, sha256 script hashing, Report-Only mode, and debugging modern Next.js and SPA violations.
Transform raw cURL commands and browser network exports into production-ready JavaScript Fetch, Axios, Python Requests/HTTPX, and Go net/http code.
A production debugging guide to fixing missing origin headers, failed preflight OPTIONS requests, credentialed CORS mismatches, and reverse-proxy proxy pass drops.
Diagnose and handle HTTP 429 status codes. Master IETF standard RateLimit and Retry-After headers, and implement production-grade exponential backoff with full jitter in Node.js, Python, and Go.
A practical guide to analyzing HTTP Archive (HAR) files, decoding network timing waterfalls, identifying high TTFB, and debugging slow REST and GraphQL APIs.
Master HTTP caching headers, understand browser vs CDN shared cache directives (s-maxage, stale-while-revalidate, immutable), and eliminate stale content and cache poisoning bugs.
Master HTTP 3xx status codes: 301 vs 308 permanent redirects, 302 vs 307 temporary redirects, fixing ERR_TOO_MANY_REDIRECTS loops, and optimizing redirect chains.
Implement bulletproof browser cookie security with SameSite=Lax/Strict, enforce host binding via __Host- and __Secure- prefixes, prevent CSRF attacks, and configure CHIPS for cross-site embeds.
Master unidirectional SSE vs bidirectional WebSockets for modern applications. Learn HTTP/2 multiplexing, automatic reconnection, Nginx proxy buffering gotchas, and token-by-token LLM streaming.
Master IPv4/IPv6 CIDR notation, subnet mask bitwise math, usable IP ranges, broadcast addresses, and cloud VPC network design for AWS, Docker, and Kubernetes.
Master webhook security: implement HMAC-SHA256 signature verification, prevent replay attacks with timestamp headers, avoid raw-body parser bugs, and secure asynchronous API callbacks.
Content Security Policy (CSP) is an HTTP security header that prevents Cross-Site Scripting (XSS) and data injection attacks by restricting authorized resources.
cURL is a command-line tool and library (libcurl) for transferring data with URLs across HTTP, HTTPS, FTP, and dozens of network protocols.
HAR is a JSON-formatted archive standard used by browsers and performance tools to record detailed network session logs, headers, and timings.
HTTP headers are key-value metadata fields transmitted in HTTP requests and responses that govern caching, authentication, cookies, and security.
Compare per-token rates, prompt caching discounts, and context windows across leading LLMs (GPT-4o, Claude 3.5 Sonnet, Gemini 2.5 Flash, DeepSeek, and more) in our verified catalog.