Hi, I'm trying to understand how dispatcher works, I don't know if someone can help me with this specific question.
For example, I have a farm, in this farm I can set /filter for my author instance. If, for example, I deny my filter all pages ending in .html, then, from my author, I could not access any page that ends in .html? That's how it works?
Best practice is to Whitelist in dispatcher the filter rules..I mean deny all and then open which ever you want to allow.Thats the best practice for dispatcher filter rules.
Best practice is to Whitelist in dispatcher the filter rules..I mean deny all and then open which ever you want to allow.Thats the best practice for dispatcher filter rules.