Hi I was wondering if there is any way to hide the variable displayed in the network tab of the chrome dev tools. I am trying to create a Treasure Hunt Game in google street view using HTML. I download the prize location from a database and for the the street view to work I have to json_encode() it in php. But this means I have to echo it which then results in it showing up in the network tab which any person can access and find the prize with no trouble.
Any help is appreciated :)
If you need the code just ask and Ill update the post to include what you desire.