I'm trying to obtain the actual client requested URL. The standard Request.Url
object contains the response URL. These can be different if the original request did not contain a default document.
Original Request: http://my.server.com/folder/
Request.Url.ToString(): http://my.server.com/folder/default.aspx
Is there a way to obtain the original client request in asp.net?