How to allow access under /apps?
Hi everyone,
Recently I've added /filter01 { /type "allow" /url "/apps/*" } but the browser still gives me 404 error on dispatcher.
Am I doing something wrong?
Hi everyone,
Recently I've added /filter01 { /type "allow" /url "/apps/*" } but the browser still gives me 404 error on dispatcher.
Am I doing something wrong?
Hello,
The paramater to allow access seems correct. But you need to check what other filters you have above of this filter. The basic rule is to deny access to everything, then allow access to specific requests.
/0001 { /type "allow" /url "/apps/*" }
Check the dispacther debug logs. Can you access it directly on author/publish instance?
Regards,
Vishu
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.