Skip to content

Instantly share code, notes, and snippets.

@imbolc
Last active December 21, 2018 16:22
Show Gist options
  • Save imbolc/04c23a183e42f2d8af6f6994f62dd236 to your computer and use it in GitHub Desktop.
Save imbolc/04c23a183e42f2d8af6f6994f62dd236 to your computer and use it in GitHub Desktop.
Setup axios with django
axios.defaults.xsrfHeaderName = 'X-CSRFToken'
axios.defaults.xsrfCookieName = 'csrftoken'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment