コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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*" }