Hello, I'm trying to get data from a remote XML file but I'm getting a
preflight request with REQUEST because I'm requesting a cross-domain
XMLHttpRequest.

With Request.JSONP I don't have that problem and I get the data from
the remote XML but the problem is that mootools parse the result and
it gives an error as the result is XML not JSON.

how can I make a regular Request avoiding the preflight request? or
how can I stop JSONP from parsing the result?

thanks

Reply via email to