Does anyone know the rules for how the HttpWebResponse handles the path and
query escapes in URIs? If I request a page with the following format:

http://www.somewhere.com/page.asp?#section

the HttpWebResponse.ResponseUri.AbsoluteUri is

http://www.somewhere.com/page.asp?%29section

It looks like the # has been escaped. Is this the correct behaviour for this
Uri? It doesn't seem like it to me. What rules does the HttpWebResponse
object follow, as regards to when to escape characters and when not to.

Thanks,
Erick

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to