In my android application i would like to send a json object with username and password as string to the server. Could you please let me know how i can achieve this using https connection.
Please share your valuable suggestions.
Thanks in advance :)
Have you tried a search?
HttpClient for HTTPS connections & POSTs with few issues. The main stumbling block would be if the site certificate has not been signed by an authority that Android recognises. Also UrlConnection has a sub-class of HttpsURLConnection that I have also used with success.