How to incorporate CSRF token into response.js
Author: roswork88Created Aug 21, 2017Updated Mar 9, 2018
Hi All, I have been using response.js(v1.4.2) in my website but was flagged out cross-site request forgery. The recommendation was to make changes to contain a user-specific secret to prevent an attacker from making unauthorized request and an appropriate mitigation technique should be in place.
May I know how do I proceed to change for this version?
Source: scottjehl/Respond