I want to understand what is CSRF vulnerability. I use authorization system in my web application and found CSRF.
What should we do to solve it?
Actually I want to create simulation for this vulnerability but I don't understand perfectly.
|
I want to understand what is CSRF vulnerability. I use authorization system in my web application and found CSRF. What should we do to solve it? Actually I want to create simulation for this vulnerability but I don't understand perfectly. |
||||
|
|
|
I suggest that you read the OWASP references on this topic, including:
as well as the following resources:
In general, if you have questions about web security and secure web development, a good starting point is to look at what resources OWASP has available. |
|||
|
|