I am currently trying to send some data from and Android application to a php server (both are controlled by me).
There is alot of data collected on a form in the a
StringEntity s = new StringEntity(c.toString()); s.setContentEncoding("UTF-8"); s.setContentType("application/json"); request.setEntity(s);