Recently I had quite some issues with sending data via POST to a webservice from an Android app.
Tag archives: HTTP
StringEntity Doesn't Play by the Rules of Android
So here is the situation: you build up some JSON objects and pop them into a StringEntity so your HTTPClient can send the stuff to server. We know on Android, the default charset is UTF-8 and use that knowledge through out the whole application, not considering that this fact might change in some places. But it does! […]