- Issue created by @codebymikey
- Merge request !4Issue #3528531: Ensure POST data doesn't explode "=" too aggressively → (Open) created by codebymikey
There's a bug with how the POST/GET data are handled, where the presence of "=" in the content, e.g. <a href="test">test</a>
, only keeps <a href
.
Attempt to pass a variable containing "=" into the HTTP client's Data field.
Ensure the delimiter only
Provide issue fork/patch.
N/A
Active
3.0
Code