Came across a strange problem when I try to encode a particular string. It the String contains a value P=29 then the encoded URL fails using HTTP GET with Android web service call using AsyncTask. The same happens when I use the same encoded URL on Google Chrome browser for Android (Version 51 & 52). This is surprising because: (i) the same encoded URL works with Desktop/Laptop Chrome browser (ii) any of the following combination works: P=19, P=30, P=28, P=029, P= 29 etc.
Tested on: Motorola Moto E (2nd Generation) : Android 5.0.2, Lenovo K3 Note (K50a40): Android 5.0 Is it a bug with Android platform or I am missing something? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/13e91915-c870-43e8-bb9c-7c5fb0de2fc5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

