Skip to content

Instantly share code, notes, and snippets.

@SteveLTN
Last active May 7, 2017 21:04
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 SteveLTN/303f18d0864ade549b8b794494c50c0c to your computer and use it in GitHub Desktop.
Save SteveLTN/303f18d0864ade549b8b794494c50c0c to your computer and use it in GitHub Desktop.
Is CSRF Token Bogus? - blog post gist
<script>
const url = 'http://site.alice.com/posts'
fetch(url, { method: 'POST', credentials: 'include' })
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment