| title | Normalization |
|---|---|
| layout | wide |
| toc | false |
Header normalization tests check what happens when a server accepts a malformed header rather than rejecting it. The /echo endpoint reflects received headers back in the response body, letting Http11Probe see whether the server:
- Normalized the header name to its standard form (smuggling risk — a proxy chain member may interpret it differently)
- Preserved the original malformed name (mild proxy-chain risk)
- Dropped the header entirely (safe)
{{< callout type="warning" >}}
Some tests are unscored (marked with *). These cover behaviors like case normalization that are RFC-compliant and common across servers.
{{< /callout >}}
{{< callout type="info" >}} Click a server name to view its Dockerfile and source code. Click a result cell to see the full HTTP request and response. {{< /callout >}}
Loading...
No probe data available yet. Run the Probe workflow manually on main to generate results.