CORS & CSP Security Auditor API
## Overview Automated security header auditing and Content Security Policy generation. ## Features - **Live URL Audit**: Scan any public URL and receive a security score (0-100), letter grade (A+ to F), and per-header findings. - **Raw Header Analysis**: Submit headers directly for offline / CI pipeline analysis. - **CSP Generator**: Generate a production-ready Content-Security-Policy header and…
CORS & CSP Security Auditor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| audit | ||
| GET |
audit-url-security-headers /audit |
Fetches the URL and analyzes its response security headers. |
| analyze | ||
| POST |
analyze-raw-headers /analyze |
Analyze a set of raw headers provided in JSON body. |
| generate-csp | ||
| GET |
generate-csp-policy /generate-csp |
Generate a recommended Content-Security-Policy. |
CORS & CSP Security Auditor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $79 / month | — |
|