To ensure SFRA best practices and protect against request forgery, the developer introduced CSRF token
generation in the customer address form:
To implement CSRF protection when the form is submitted, the developer needs to introduce the CSRF
validation using one or both of these methods as applicable:
* validateRequest
* validateAjaxRequest
Where in the code does the developer need to add this CSRF validation check?
Currently there are no comments in this discussion, be the first to comment!