Simple AJAX call not working
I have this URL:
http://mandala.cloudapp.net/Home/GetItems
I put this URL on my Chrome browser and it returned a JSON just fine. Then I did this ajax call on the same URL but I couldn't get it to work.
Here is the Ajax code:
Any idea why?