Christof
Member since Feb 3, 2017
- Profile: /members/13437-christof.htm
- Comments: 1
Recent Blog Comments By Christof
-
Cross-Site Request Forgery (CSRF / XSRF) Race Condition In AngularJS
Posted on Feb 3, 2017 at 5:42 AM
Thanks for your article - we just stumbled across this problem in an angular/spring-boot application: sending put requests quickly resulted an CSRF problem. We solved this by not regenerating the csrf token on every request but by generating the token from the authentication header (sha256 from the... read more »