내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Dispacher configuration .0.json

Avatar

Level 3

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3

Added new allow rule to pass through

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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 3

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

Avatar

정확한 답변 작성자:
Level 3

Added new allow rule to pass through

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