Can anyone tell me what kind of way is the safest to post data to a MySql server?
I am using HttpUtils2 and now I am sending the data within an unencrypted URL with SQL statement to a PHP script at the server site. The same way I use to get data back.
It is based on an example provided on this forum, but I want to make it more safe transfering through internet.