Closed GoogleCodeExporter closed 8 years ago
No there is workaround. At its core, jQuery.jsonp is still an ugly script tag
hack
and no access to HTTP headers is possible. The documentation is quite clear on
the
fact that you never get to toy with an xhr object but an xoptions object. FYI,
$.ajax
with dataType "jsonp" does not even call beforeSend to begin with. In $.jsonp,
it's
more of a convenience to check parameters or to make a pre-emptive abort.
Original comment by aubourg.julian
on 5 Nov 2009 at 1:30
Original issue reported on code.google.com by
amer...@gmail.com
on 4 Nov 2009 at 7:14