Hello Everyone.
I`m trying to block access (Drop) for a specific URL, but allow access for the rest of the domain.
e.g. need to drop **https://**example.com/page1 but allow the rest pages of example.com.
I ve tried from mangle prerouting with content or TLS host and it works as i enter the whole domain but i cant make it work for specific URL.
I would like to avoid L7 for drop but I `ve even tried with L7 rule and neither works.
Anyone tried this before?