Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Try to use url instead of GLOB

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

More details at [1]

[1] Configuring Dispatcher

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Try to use url instead of GLOB

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

More details at [1]

[1] Configuring Dispatcher