pub fn overlong_utf8(payload: impl AsRef<[u8]>) -> Result<String, EncodeError>Expand description
Overlong UTF-8 encoding (2-byte) — represent ASCII non-alphanumeric as 2-byte sequences.
Context: iis-6 — only works against specific legacy WAFs/frontends that
normalize overlong sequences rather than rejecting them.