Cross-domain jQuery Ajax not working in IE9
问题 I'm trying to access a REST web service using jQuery. The service has correctly got Access-Control-Allow-Origin set to * according to Firebug, and there are no problems accessing it with Chrome/Firefox. However, in IE it doesn't work. I've looked through plenty of the variations of this question that have already been posted, but so far none of the solutions have worked for me. Here is my code (simplified the success/failure function contents for ease of reading): $.support.cors = true; $