Mozilla http scanner
Mozilla observatory http scanner
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Security
- Documentation / URL
- https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md
Overview
Mozilla’s HTTP Observatory scans sites for HTTP security best practices (headers, TLS, CSP) and returns a score.
⚠️ Status (verified 2026-08): the API returned HTTP 502 (server error) at check time — the service appears to be down or having issues. Verify from your network before relying on it.
What it provides
curl "https://http-observatory.security.mozilla.org/api/v1/analyze?host=mozilla.org"
{
"state": "FINISHED",
"grade": "A+",
"score": 135,
"tests_failed": 0
}
Notes
- Analyze:
POST /api/v1/analyze?host={domain}; results:GET /api/v1/analyze?host={domain}. - Returns a letter grade plus detailed test results.
FAQ
Is the Observatory free? Yes — free and keyless.
Why 502? Our 2026-08 check hit a server error — verify from your network.
What does it scan? HTTP headers, TLS, CSP, and security best practices.
More in Security
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |