Getting 404 for csrf token
Hi Team,
In dispatcher we are getting 404 for the csrf token. We are facing this issue only in the dispatcher level.
We have added below dispatcher configurations:
1) In clientheaders - "CSRF-Token" is added
2) In filters we have allowed the csrf token
/044 {
/selectors ''
/extension 'json'
/type "allow"
/method "GET"
/path '/libs/granite/csrf/token'
/suffix ''
}
3) We have added the below clientlib category -

Please let me know if you've any possible solutions.