You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.ajaxTransport code added in the plugin support Microsoft XDR Support #18
is causing problems with $.ajax with custom ajax return data types like JSON.
$.ajaxTransport code added in the plugin support Microsoft XDR Support #18
is causing problems with
$.ajax
with custom ajax return data types like JSON.For eg;
Whenever
jquery.xmpp.js
is included,error call back is always executed, and the
jqXHR.status
will be400
even if server responds withBetter XDR support script can be found here
https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
The text was updated successfully, but these errors were encountered: