Http11Probe

Parsed Multi β€” Cookie Handling

Test ID COOK-PARSED-MULTI
Category Cookies
Scored No
RFC Level N/A
Expected 2xx with a=1, b=2, c=3 in body

What it sends

Multiple cookies parsed correctly by framework.

GET /cookie HTTP/1.1\r\n
Host: localhost:8080\r\n
Cookie: a=1; b=2; c=3\r\n
\r\n

Why it matters

Tests the framework's ability to correctly split and parse multiple semicolon-delimited cookie pairs.

Verdicts

  • Pass β€” 2xx and body contains all three pairs
  • Warn β€” 404 (endpoint not available)
  • Fail β€” Missing pairs or 500

Sources

Http11Probe β€” HTTP/1.1 compliance & smuggling testerSource on GitHub