I need to use foursquare API to search venues. Of course it is cross-domain.
It has no any problems in Firefox but in Internet Explorer (7, 8, 9 I\'ve tested).
jQuery.support.cors = true; $.ajax({ crossDomain: true, url: "", type: "POST", dataType: "xml", data: soapMessage, });
you need to make the cross domain value to true