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
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment