Skip to content

Instantly share code, notes, and snippets.

@SFantasy
Created February 19, 2014 08:07
Show Gist options
  • Save SFantasy/9087883 to your computer and use it in GitHub Desktop.
Save SFantasy/9087883 to your computer and use it in GitHub Desktop.
$.ajax {
url: '',
xhrFields: {
// option for cross domain
withCredentials: true
},
success: function(data) {
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment