T
ThyRock
I am working on a WebRequest with xml data. The web service accepts the
query string with no url encoding. I must pass the <> characters as they are
in the query string. If these characters are url encoded the service
rejects the request. How can I pass these characters to this service with
url encoding. I use C#.
query string with no url encoding. I must pass the <> characters as they are
in the query string. If these characters are url encoded the service
rejects the request. How can I pass these characters to this service with
url encoding. I use C#.