Home
> Uncategorized > Passing foreign charachters in a URL
Passing foreign charachters in a URL
If you are calling a URL, and need to pass a foreign charachter in the url (say í), you may find that the remote server doesn’t understand what you have sent. This is a trick I found to encode it properly
System.Web.HttpUtility.UrlEncodeUnicode(result).Replace("u00","");
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback