•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 391,963 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,055 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser:
Views: 543 | Replies: 0
![]() |
•
•
Join Date: Jun 2006
Location: Sweden
Posts: 45
Reputation:
Rep Power: 3
Solved Threads: 2
Hi, all!
I'm trying to send a HttpWebRequest to an url that, other than %20, does not take escaped characters.
But for some reason, when I do:
I end up with an escaped uri string.
For example, a string containing the swedish letters å, ä and ö always become escaped.
I need to prevent that from happening.
Anyone knows how to do this, so that I can send a clean uri string?
Thanks!
I'm trying to send a HttpWebRequest to an url that, other than %20, does not take escaped characters.
But for some reason, when I do:
_HttpWebRequest = DirectCast(System.Net.HttpWebRequest.Create(New Uri("http://web_address")), System.Net.HttpWebRequest)I end up with an escaped uri string.
For example, a string containing the swedish letters å, ä and ö always become escaped.
I need to prevent that from happening.
Anyone knows how to do this, so that I can send a clean uri string?
Thanks!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
Other Threads in the VB.NET Forum
- Previous Thread: How do I delete the last character of a string
- Next Thread: simple chat box..


Linear Mode