You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed encoding of spaces
Spaces must be replaced by `+` instead of `%20`.
https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
> application/x-www-form-urlencoded Forms submitted with this content type must
> be encoded as follows: <...> Space characters are replaced by `+', and then
> reserved characters are escaped as described in [RFC1738] <...>
0 commit comments