IE7 & IE8 error with mootools+json request Access is denied
In mootools I use the Request.JSON(options).get(); to send a request to the server. Options is: {'onSuccess':function(){alert(1)},'url':'https://192.168.12.219/reports/get/favorite/details/?report_id=7'} the url I am in is: https://192.168.12.219/reports/container/ So I do not see any issues with cross domain (this code works perfectl...