http-headers
Inspect HTTP response headers from any public URL and receive a security grade (A-F) with actionable OWASP recommendations for missing or misconfigured headers.
Instructions
HTTP response headers inspector and security grader. Fetches headers from any public URL and evaluates OWASP-recommended security headers: HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy. Returns raw headers, per-header security findings, overall grade (A–F), and actionable recommendations. Useful for web app security audits, CDN configuration verification, and compliance checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public HTTP/HTTPS URL to inspect. Redirects are followed. | |
| include_all_headers | No | If true, return all response headers (not just security-relevant ones). Default: false. |