Text & documents
Numbers & maths
Data & formats
Security
Development & DevOps
Artificial Intelligence
Finance
Health & Wellness
Productivity
Games & Entertainment
Multimedia & design
Business
How to use
What it is

Paste the output of curl -I https://your-site, or the response headers the browser's network tools copy, and it tells you what's missing or wrong: CSP, HSTS, cookie flags (Secure, HttpOnly, SameSite) and the rest of the usual security headers.

To generate your own headers

This tool AUDITS what a site is already sending. If you want the nginx or Apache configuration for your own project, use the SPA configuration tool.

How does it know if it's HTTPS?

Response headers don't repeat the request's scheme. If you paste the command line (curl -I https://…) or the bare URL, it's detected from there; with no clue at all, HTTPS is assumed (the most common real case) — and you can correct it by hand with the toggle.

Headers and CSP auditorCSP, HSTS, cookies (Secure/HttpOnly/SameSite) from a pasted curl -I
Headers and CSP auditorPaste the output of curl -I: CSP, HSTS, cookies and the rest of the security headers. 100% in your browser
Not sent anywhere, not saved: analyzed in your browser