HTTP Security Headers Analyzer — CSP, HSTS Grader
Pricing
Pay per usage
HTTP Security Headers Analyzer — CSP, HSTS Grader
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Technical Dost Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
HTTP Security Headers Analyzer Analyze and grade any site's HTTP security headers — CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy — with an A–F grade. No API key. Built for developers who need fast, reliable, bulk results without managing servers or proxies.
Features
- One structured JSON record per url.
- Bulk + concurrent — process up to 100 urls per run.
- No proxy, no browser, no API key — fast and low-cost.
- Graceful failures: unreachable inputs return
ok: falsewith anerror; the run never crashes.
Input
{"urls": ["https://github.com", "https://apify.com"], "maxItems": 100}
Output
One record per url:
{"url": "https://github.com","ok": true,"status": 200,"grade": "A","score": 9,"maxScore": 9,"present": ["HSTS", "CSP", "X-Frame-Options"],"missing": [],"headers": {"HSTS": "max-age=31536000"}}
Who it's for
- Security engineers auditing web apps
- Pentesters & bug-bounty hunters
- DevSecOps CI gates
- Agencies running site security reports
How to use
- Add your urls to the
urlsinput field. - Run the Actor and read one structured record per input from the dataset.
- Export as JSON, CSV, or Excel, or call the Actor's API from your backend.
FAQ
Do I need an API key? No. You provide urls; the Actor does the rest. Does it return personal data? No — only public infrastructure/metadata, never personal contact data. What formats can I export? JSON, CSV, and Excel via the dataset, or the Actor API.
Pricing
Pay-per-event: a tiny per-run start fee plus a small per-result charge. You pay only for successful results. See the Pricing tab.
Further reading
- Keyword: HTTP security headers analyzer.