CSRF

How to add X-XSRF-TOKEN header to Postman requests

When an API is secured against CSRF attacks, we must ensure that our clients' requests are adjusted to the security…

3 years ago

Fix “Invalid CSRF token” error – add the XSRF-TOKEN header in Angular

Angular provides a built-in support for sending requests secured with the XSRF-TOKEN header. However, it won't add the token to absolute…

5 years ago