Tagged in

Security

cross-site-request-forgery-csrf
cross-site-request-forgery-csrf
CSRF is a common attack vector that tricks a user into executing an unwanted action in a web application. While dangerous, the attack is easily preventable.
More information
Followers
22
Elsewhere
More, on Medium

Double Submit Cookie Pattern

Previously, I have discussed the Synchronizer Tokens Pattern as one of the solutions for the Cross Site Request Forgery attack on Web Applications.

This blog post will discuss Double Submit Cookie Pattern to prevent from CSRF attack.


Synchronizer Token Pattern

I explained what is CSRF attack on Web Applications. Today I am going to explain the Synchronizer Token Pattern in this blog post as one of the identified solutions for this CSRF security attack.

What is Synchronizer token pattern?