Somehow I get an error when using Ajax to pull some JSON data from a PHP script.
The Loader loads all classes asynchronous, but when I try to load the JSON I get this error:
The method is POST, async is true, the domain is the same domain where the script comes from.Code:Connection.js:692 Component returned failure code: 0x805e0006 [nsIXMLHttpRequest.open]
Also I have no AddBlock installed on this Firefox (Version 13.0.1 btw.)
When I call the URL directly in the browser, everything works.