What url encoding web browser uses?
Posted
by
Prince123
on Stack Overflow
See other posts from Stack Overflow
or by Prince123
Published on 2012-06-22T15:06:07Z
Indexed on
2012/06/22
15:16 UTC
Read the original article
Hit count: 223
What url encoding a web browser uses while submitting data to server?
with my application i use HttpUtility.UrlEncode(string data)
but do not get result as i get with web browser.
My application submit some text data to forum.
When i am submitting data with web browser (Google Chrome) the exact text i can see submitted to server but when i am submitting using my application it showing some character different.
So is this necessary to submit any data to server must be url encoded?
© Stack Overflow or respective owner