Android Question decode and encode URL

ViNaTa

Member
I have a URL to send request post and else...
But i want to nobody find it :/
So i think its better to encode it and when it want to send request change to decode like I put my apilink as B64 and when it want to send request change to manually
 

AnandGupta

Expert
Licensed User
Longtime User
Can you explain why the url is sensitive and you want nobody to find it?
Yes, I am also wondering why @ViNaTa so worried to hide the url.
As Saif explained, it is the parameters which are of importance. Say gmail (https://accounts.google.com/) this url id of no use till you can get the parameters which is sent to it.
 
Upvote 0
Top