This might be a dumb question...but I am trying to make my first app using phonegap and dojo. I am able to use ajax and read some data from the server. This works fine on the android emulator. I can also type the url into my desktop browser and the see the value. I am using spring with json objects.
When i type the same url into my phone web browser I get a 404 error. Can someone tell me why? I am very new to mobile development and I feel like i am missing something.
The url is public.
Thanks
UPDATE Using the same ajax call I can get to the following url http://search.twitter.com/search.json?q=bacon which returns a json file from twitter. So I don't think it is my client code. Any other ideas?