Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jucrouzet/097ad82a22264a506f68 to your computer and use it in GitHub Desktop.
Save jucrouzet/097ad82a22264a506f68 to your computer and use it in GitHub Desktop.
This messages comes from the fact that the JSON/XML document is not served with the correct header.jQuery uses XmlHttpRequest inside, so just overrideMimeType #javascript #firefox #jquery #xhr
beforeSend: function(xhr) {
xhr.overrideMimeType('application/json');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment