I am unable to find illegal characters in
www.rightmove.co.uk/propertyMedia/redirect.html?propertyId=47772832&contentId=778055923&index=0
This is the URL I took from my debugger.
I use the above URL in this method of WebClient
string document = w.DownloadString(url);
This throws an exception:
Argument Exception :Illegal Characters in path
The URL works fine when I copy it into Chrome directly. Any idea what the problem could be?