Hacker News new | ask | show | jobs
by thaumasiotes 939 days ago
Browsers will often display %20 as a space, but that's not the same thing as spaces being legal within URLs.
1 comments

You are right. Seems firefox displays %20 as whitespace and converts whitespace to %20 when you use it. Chrome displays it as %20 but still converts whitespace to %20 if you try to use it.