I was using jQuery.getJSON("EXAMPLE.json");
to get the json from the same domain, the actual json file is on Amazon cloud. Now I have these results:
Firefox 30.0:
code on remote server: doesn't work, throws message: 302 moved temperarily
.
code on localhost: works fine.
earlier Firefox and other browsers:
works fine on either remote server and localhost.
Anybody know if it's a bug on firefox?