How to setup a dispatcher filter to block outsider from get content? | Community
Skip to main content
juanb66133386
October 25, 2019
Solved

How to setup a dispatcher filter to block outsider from get content?

  • October 25, 2019
  • 1 reply
  • 682 views

Hi There,

I'm struggling to use correctly the syntax's of a filter in our dispatcher server to block outsiders from getting content of usergenerated. I would appreciate to have some feedback.

The filter that I created is the below one, but it didn't work.

{ /type "deny" /glob "* /content/usergenerated/*"}

Regards.

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 user05162

Try to use url instead of GLOB

{ /type "deny" /url "* /content/usergenerated/*"}

More details at [1]

[1] Configuring Dispatcher

1 reply

user05162Adobe EmployeeAccepted solution
Adobe Employee
October 26, 2019

Try to use url instead of GLOB

{ /type "deny" /url "* /content/usergenerated/*"}

More details at [1]

[1] Configuring Dispatcher