QuizIntermediate
Double-Submit Cookie Pattern
The double-submit cookie pattern defends against CSRF by comparing a token sent in both a cookie and a request parameter.
In the double-submit cookie pattern for CSRF protection, how does the server validate a request?