I am new bee to android and stack overflow too.
I am developing an android app to the client.In this i want to do an http post users credentials to a https URL using httpclient in android.
I want to know whether that the posted users data is transfered securely over the network to the HTTPS URL.I am not using any self signed certificates or anything,just httpclient
Thanks in advance.
If you are using HTTPS, yes, it’s encrypted. If your app is able to properly verify the server certificate, you can be fairly certain you are sending the data to its intended recipient too.