I\'m trying to do my first cross request with JSONP to get a banner from an external URL.
I had the same issue with my jsonp requests. I got
Resource interpreted as Script but transferred with MIME type text/plain
, but once I set the response "Content-Type" header to "text/javascript", I get it resolved. But this could only be done if you control the server. So either tell lujanventas.com to try to change the "ContentType" header, or ignore it :)
Cheers!