Request Validation
Comprehensive request validation against the OpenAPI specification.
Path Validation
URL paths are validated against the allowlist defined in the OpenAPI spec.
Method Validation
HTTP methods are checked per endpoint.
Header Validation
Required headers are validated, injection attempts blocked.
Body Validation
Request bodies are validated against JSON schemas.