URL encoding the space character: + or %20? - Stack …
https://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20
Jun 06, 2014 · For HTTP URLs, a space in a path fragment part has to be encoded to "%20" (not, absolutely not "+"), while the "+" character in the path fragment part can be left unencoded. Now in the query part, spaces may be encoded to either "+" (for backwards compatibility: do not try to search for it in the URI standard) or "%20" while the "+" character (as a result of this …
DA: 3 PA: 17 MOZ Rank: 99