Hi All,
We have implemented reports using AEM in built framework,we are able to run the utility without any issue in author instance but when we try to run from publish we are getting 403 Forbidden Error.
I have performed below work-around to run the report but still getting same error.
1. Logged in as admin and have run the report
2.Removed POST method from Apache Sling Referrer Filter configuration and have run the report.
If anyone has come across the same issue,please help me in this regard.
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
Issue is fixed after removing the 'POST' method for Filter Methods property in Apache Granite CSRF Filter configuration.
Views
Replies
Total Likes
Hi Kishore, sounds like issue with permissions only, for the workaround, can you try providing the "everyone" group access to "/etc/reports".
Views
Replies
Total Likes
i still see same issue.
ERROR: POST /apps/tools/components/xxxxxx/run.html HTTP/1.1] com.adobe.granite.csrf.impl.CSRFFilter doFilter: the provided CSRF token is invalid
Strange thing is we are unable to run this on local publish instance and getting the same issue.
Views
Replies
Total Likes
Are you trying to access reports using dispatcher ? if yes, then make sure that, you are passing "CSRF-Token" in the header.
Refer this url which is related to the exception which you are getting. Hope it helps.
Views
Replies
Total Likes
Issue is fixed after removing the 'POST' method for Filter Methods property in Apache Granite CSRF Filter configuration.
Views
Replies
Total Likes
Views
Likes
Replies