If I have a simple javascript string in my code:
var url = 'http://www.example.com/api/39899jkdfnkdfglhiygb3kkldflmgkd/getSecretInfo';
And I then use JSON to get the data. I then compile this using phonegap and make it available online. Can someone figure out this secret url in my code? How do I get around this?