Sorry for my stupid question. But I really want to know what is gonna happen..
I have a webservice hosted over the http protocol.
I wanna buy an SSL certificate to have my webservice hosting with the https protocol...
Problem is, I have an Android application that is already connected to the web service (the web services is in my hosting with http).
The question is: if I buy an SSL certificate and my hosting pass from HTTP to HTTPS, will I have to change my java code? It will try to change the connect to my server at http://hosting.esy.es/action.php to https://hosting.esy.es/action.php when the app try to connect to http by default the server redirect to https?
Because this makes me to change al my http to https in my java code. If i don't have to change in my code because automatically redirect to https, I already have security pipe?
Thanks for understand me!