Re: [whatwg/fetch] Support for CSRF? (#256)

There is the functionality at ajax library `https://github.com/mzabriskie/axios`:
read token from cookie:`XSRF-TOKEN` and write the value to http header:`X-XSRF-TOKEN`
The similar mechanism is used by angular too. 



---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/256#issuecomment-238091474

Received on Monday, 8 August 2016 21:54:50 UTC