Malformed Input

Malformed Input Handling

These tests send pathological, oversized, or completely invalid payloads to verify the server handles them gracefully — rejecting with an appropriate error status rather than crashing, hanging, or consuming unbounded resources.

A well-implemented server should respond with 400 Bad Request, 414 URI Too Long, or 431 Request Header Fields Too Large depending on the violation, or simply close the connection.

Server Name
Click to view Dockerfile and source code
Table Row
Click to expand all results for that server
Result Cell
Click to see the full HTTP request and response

Loading...