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
Within the query string, the plus sign is reserved as shorthand notation for a space. Therefore, real plus signs must be encoded. This method was used to make query URIs easier to pass in systems which did not allow spaces.
It is common to use literal plus sign in query string as a synonym of space, and many websites support this:
https://google.com?q=foo+bar.
The w3c spec says:
However, there is a debate whether url encoding / decoding should treat plus signs this way, see https://stackoverflow.com/questions/5450190/how-to-encode-the-plus-symbol-in-a-url.
Can
path-parser
(androuter5
) have an option to enable such encoding/decoding of plus signs?The text was updated successfully, but these errors were encountered: