Drop / Block Specific URL

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?

With https, this is not possible, because only the domain part of the url (example.com) is transported in plaintext, the rest of the url is encrypted.