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 perfectly in FF/Chrome any other normal browser).
The error I get is:
Access is denied
I monitor the Apache error and access log - I see nothing there, so it seems to me this has stopped at the client and not some funky error code the Apache returned.
Any ideas?