I am facing 403 Forbidden issue for images residing under /libs/cq/ while accessing AEM 6.1 Author through dispatcher. Thus, CQ Console icons and images are not appearing.
I have used below filter in dispatcher.any file -
/filter
{
/0000
{
/glob "*"
/type "allow"
}
}
Attaching dispatcher.any file -
Solved! Go to Solution.
Views
Replies
Total Likes
See this KB for top issues and see if it helps:
https://helpx.adobe.com/experience-manager/using/dispatcher-faq.html
Views
Replies
Total Likes
Make sure you configure properly - for example:
# enable media
/0030 { /type "allow" /glob "* /is/image*" }
/0031 { /type "allow" /glob "* /is/content*" }
See: https://docs.adobe.com/docs/en/dispatcher/disp-config.html
Views
Replies
Total Likes
Thanks for the reply.
I have allowed access to all entries using
/0001 { /type "allow" /glob "*" }
However, author consoles are not showing icons and images. (Ideally, dispatcher should not deny any request as Allow all is set)
NOTE : I have tried with enable media filter option but it did not work.
Thanks,
Prasad Bagwe
Views
Replies
Total Likes
See this KB for top issues and see if it helps:
https://helpx.adobe.com/experience-manager/using/dispatcher-faq.html
Views
Replies
Total Likes
Hi ,
I am facing the same problem with the images now. Is there solution that I cam implement.
Thanks In Advance.
Views
Replies
Total Likes
HI ,
Just for testing pupose, can you change the below rules from deny to allow and let us know.
/rules
{ /0001 { /glob "*" /type "deny" } }
Views
Replies
Total Likes
Right now my configuration is deny .
/0001 { /type "deny" /glob "*" }
I am able to see the content with this dispatcher But I am not able to see the Images.
Note: This dispatcher in Author instance and I am using the Cq 5.6.1
Views
Replies
Total Likes