Dispacher configuration .0.json | Community
Skip to main content
Level 2
June 21, 2019
Solved

Dispacher configuration .0.json

  • June 21, 2019
  • 2 replies
  • 2745 views

Hello All,

I am facing issue in the dispatcher. when we use number selector in between "article" and "json" as bellow. Dispatcher is kicking me out. getting 403 error.

  https://domain.com/content/mycontent.article.0.json

I see the owing rules in the dispatcher. May I know what should be changed?

  /0086 { /type "deny"  /glob "GET *.*[0-9].json*"   }

#    /0088 { /type "allow" /glob "GET *.1.json*"        }  # allow one-level json requests

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mdevapathni

Added new allow rule to pass through

/0088 { /type "allow" /glob "GET *.article.*[0-9].json*" }

2 replies

vijkumar
Adobe Employee
Adobe Employee
June 21, 2019

Changing 'deny' to 'allow' in rule#0086 should help.

mdevapathniAuthorAccepted solution
Level 2
June 21, 2019

Added new allow rule to pass through

/0088 { /type "allow" /glob "GET *.article.*[0-9].json*" }