pub fn parameter_pollute(payload: impl AsRef<[u8]>) -> StringExpand description
HTTP parameter pollution — duplicate parameter with a benign first value.
Depending on the server framework, the last value wins (PHP, ASP.NET) while many WAFs only inspect the first parameter occurrence.