How to protect against CSRF attacks? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to protect against CSRF attacks?

11th May 2018, 3:07 PM
King Sam
King Sam - avatar
2 Answers
+ 3
11th May 2018, 3:20 PM
Rahul George
Rahul George - avatar
0
Use RESTful design, implement anti-forgery tokens, ensure cookies use samesite attribute, use additional authentication for sensitive user actions.
11th May 2018, 3:14 PM
Xpl0it
Xpl0it - avatar