I am doing an HTTP Post from Android like:
HttpPost httppost = new HttpPost("example.com/ex.php");
PHP receives the request does what it is supposed to and sends the response back to Android.
When I decrypt the APK I show the URL (example.com/ex.php) I want to encrypt this URL. I used Pro-Guard but not give me any benefit still I can see the URL.
Is there any way to encrypt this URL or there is a way to make certification on server side?