audit_cors
Detect CORS misconfigurations by testing preflight requests, origin reflection, wildcard with credentials conflicts, overly permissive methods, and missing max-age. No source code required.
Instructions
CORS misconfiguration detection. Tests preflight requests, origin reflection, wildcard + credentials conflicts, overly permissive methods, and missing max-age. Catches the exact issue found on coach.tetr.com. No source code needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to audit (e.g., https://example.com) |