Issue using suffix in the URL
Hi Team,
On publisher, requested url with suffix ( is dynamic which changes with environment so can't be made static ) is being blocked by dispatcher even after adding a rule to allow the request url.
Requested URL : https://domain.com/bin/project/proxy.json/1.1/column/None/()/cms/dev/user
Rules tried :
/1040 { /type "allow" /method '(GET|PUT)' /url "/bin/project/proxy.json*" }
/1040 { /type "allow" /method '(GET|PUT)' /url "/bin/project/api-proxy.json*" /suffix "*" }
Any help will be highly appreciated .