pub fn parameter_pollute(
payload: impl AsRef<[u8]>,
) -> Result<String, EncodeError>Expand 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.