Reserved Characters #
Query strings #
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.