Skip to content

Instantly share code, notes, and snippets.

@sjyun
Created April 25, 2018 10:15
Show Gist options
  • Save sjyun/f9484c881f53380a1903e29aefc30c18 to your computer and use it in GitHub Desktop.
Save sjyun/f9484c881f53380a1903e29aefc30c18 to your computer and use it in GitHub Desktop.
credential
_jquery.default.ajax({
url: url,
xhrFields: {
withCredentials: true
},
complete: function complete(response) {
if (cb) {
cb(JSON.parse(response.responseText));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment