Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Solved! Go to Solution.
Try to use url instead of GLOB
{ /type "deny" /url "* /content/usergenerated/*"}
More details at [1]
[1] Configuring Dispatcher
View solution in original post
Views
Likes
Replies