Header Validation

15 tests demonstrate Content-Type checking and header injection prevention.

HEADER-001PASS

Valid Content-Type header

Requests with correct Content-Type (application/json) are processed.

HEADER-005BLOCKED

Header injection attempt

CRLF injection attempts in headers are detected and blocked.