Our search page is based off /libs/foundation/components/search/search.jsp. When a search is executed, there is a POST to /bin/statistics/tracker/query. When a search result is clicked on, there is another POST to /bin/statistics/tracker/result. Both result in a HTTP 403.
It appears there was a setting for this in prior AEM versions. http://www.aemstuff.com/osgi/aem62.html, search for TrackerServlet. But that OSGi config no longer exists in 6.4 or 6.5.
Does anyone know what that was doing? Is there a replacement for that in 6.5?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @AEM_Dan -
Hello @AEM_Dan -
Thanks for the detailed explanation. That was helpful. We do use Adobe Analytics so we are covered.
Views
Replies
Total Likes
Often times POST requests are blocked at dispatcher and POST request paths must be explicitly allowed in dispatcher filter.any file.
Please check if you can make the POST call directly to the Author/Publish URL using a tool like POSTMan. If the POST call via PostMan tool doesn't end in 403, then it must be the dispatcher that is rejecting this POST request.
If you are testing this in non-prod environment, enable dispatcher log at debug level to see the information POST call.
You are correct. The POST was initially blocked but even when I allowed it, it was still returning 404 from the publisher.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies