View Single Post
  #2  
Old 10-27-2017, 08:28 AM
hilaryy hilaryy is offline
Senior Member
 
Join Date: Apr 2017
Posts: 101
Default

Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated. CSRF attacks specifically target state-changing requests, not theft of data, since the attacker has no way to see the response to the forged request. That is why you should use cross site request forgery protection.
Reply With Quote