I have one problem with the HttpWebRequest and the Uri.NET framework class (I am using version 3.5). When I try to make a simple request to a page with a URL like http://somedomain.net/-hello-world:misc./Items.bok , Uri removes the "." to the past "/". Is there any way to prevent this.
Thanks in advance.
source
share