I have a .php script on my azure server which returns JSON. When you visit the link in your browser, it shows you the JSON.
I want to make an ajax call to this script, but none of my ajax calls to the server get through. I have no idea why.
webpage that executes a failed ajax call to the .php script
Could it have something to do with cross-domain ajax calls?