Skip to content

Instantly share code, notes, and snippets.

@xifengzhu
Created June 23, 2014 08:06
Show Gist options
  • Save xifengzhu/83a4e8aa75dce76e79cc to your computer and use it in GitHub Desktop.
Save xifengzhu/83a4e8aa75dce76e79cc to your computer and use it in GitHub Desktop.
$.ajaxSetup({
beforeSend: function(xhr) {
xhr.setRequestHeader('X-CSRF-Token', $('meta[name="csrf-token"]').attr('content'));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment