활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hello @AEM_Dan -
Hello @AEM_Dan -
Thanks for the detailed explanation. That was helpful. We do use Adobe Analytics so we are covered.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글