configuration - configuring AEM dispatcher 6.2 CSRF filters -
i trying follow instruction on adobe checklist, there no examples on how configure filter or test works. looking insight , example of how should work on dispatcher.
/0084 { /type "allow" /path "/libs/granite/csrf/token.json" /extension '(json)' }
i assume correct have no way of verifying. no idea how can create filter for:
creating filter allow csrf-token header
appreciate in advance
this should work you:
/filter { ... /0084 { /type "allow" /glob "get /libs/granite/csrf/token.json*" } }
Comments
Post a Comment