I am doubtful about safety. When I want to add date or receive, I make an HTTP POST or GET request to my server, which returns the response in JSON. Assuming it is an application that shows a list of movies (returned by the JSON format server). How to hide this user request? For if you use any traffic monitoring program, it will see for example:
HTTP://SERVER.COM/GetFilmes.php
Monitoring other applications, I realize that they make a request only to the server, not to pages. (as above)
What would be the best way to prevent such data from being easily available to malicious people?