I have an application that log referrals.
I saw in this log some referral from a site that looked like : http://www.example.com/cool%20article.html in the logs.
When I visited the referrer site I saw the URL really was: http://www.example.com/cool+article.html
Now, if I type in the browser:
http://www.example.com/cool article.html (with a space)
The browser converts it to %20, too.
So, are these equivalent!?