Skip to content

Instantly share code, notes, and snippets.

@iliaaw
Created March 23, 2013 19:25
Show Gist options
  • Save iliaaw/5229049 to your computer and use it in GitHub Desktop.
Save iliaaw/5229049 to your computer and use it in GitHub Desktop.
$.ajaxSetup({
beforeSend: function(jqXHR, settings) {
jqXHR.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