urlencode - Form string data url encoded by some browsers .net -


I came with a strange issue on my mobile site, sending some data as a few phone / gateway urls and sending one Text like

"How are you?"

as stored in DB

"O + how + are + you% 3f"

with many browsers There is no problem, but the same network from the United States is called Metro. I realize that different phone models working in this way have to pay attention that it is an issue with Proxy / Gateway.

Just insert it

_msg = HttpUtility.UrlDecode (_msg);

Solve my problem? Any other suggestions?

Thanks

You will not want to url every For example, for example, people who have broken multiple URLs can post.

If you can locate a gateway at the time of the request, then it will be added as an alternative solution. But if the mistake you claimed is actually happening, then I would have thought that it would break most of your websites; Probably all the parameters are affected, and things like IDs, which are more brittle than text messages, if working safely, will stop working. In the end, only at the end of the fixed "metro"; Have you tried to talk to them?


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -