November 2017
Intermediate to advanced
542 pages
14h 24m
English
A solution to this is to use the synchronizer token pattern. This solution is to ensure that each request requires, in addition to our session cookie, a randomly generated token as an HTTP parameter. When a request is submitted, the server must look up the expected value for the parameter and compare it to the actual value in the request. If the values do not match, the request should fail.
Relaxing the expectation is to only require the token ...
Read now
Unlock full access