[Javascript] Linux Ajax (mootools Request.JSON) Header error
- by VDVLeon
Hi all,
I use the following code to get some json data:
var request = new Request.JSON(
{
'url': sourceURI,
'onSuccess': onPageData
}
);
request.get();
Request.JSON is a class from Mootools (a javascript library).
But on linux (ubuntu on firefox 3.5 and Chrome) the request always fails. So i tried to display the…