Skip to content

Instantly share code, notes, and snippets.

@farukterzioglu
Last active July 3, 2017 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farukterzioglu/e085d73613e03555afcdaab7ab8e611a to your computer and use it in GitHub Desktop.
Save farukterzioglu/e085d73613e03555afcdaab7ab8e611a to your computer and use it in GitHub Desktop.
Set $ ajax to send cookies
$.ajaxSetup({
xhrFields: {
withCredentials: true // This setting passes cookies along the request, including our authentication cookie.
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment