I have few DITA topics referenced in DITA Map but the topics list not appearing in Topics Panel in DITA Map Dashboard. What can be the possible issue ?
I am using AEM service Pack 13 with Adobe Experience Manager Guides 4.1. I tried creating a new topic and got the following error. How to resolve this issue ?
Hy @Asutosh_Jena_ Referer filter configuration is properly configured. As in when I Bypass the dispatcher and hit the AEM server api url directly I get the 200 response successfully. But while hitting the url via dispatcher layer. I get this 403 as response until I pass user-agent as request header...
When AEM servlet APIs are being called AEM dispatcher returns 403 forbidden error without delegating the request to AEM server. But when I am making the calling by passing "user-agent" header in request . I am getting successful response. Without "user-agent" header dispatcher is not allowing the r...
I have aem 6.5 + react spa project . I have several child pages under /en/ page, but when I am trying to load /content/<project>/en.model.json ,I am unable to get :children object in the json . What can be the issue here?