How do I block a URL containing a question mark?
I want to block a series of pages that follow this basic format:
http://www.example.com/global/Category.asp?c=75261
If I enter the URL as displayed, the page is not blocked.
If I enter the URL like so:
www.example.com/global/Category.asp
the desired pages are blocked, but a multitude of other similarly addressed pages are blocked along with it.
This leads me to the believe that the URL filter is choking on the question mark. I tried using \ as an escape character, but that changed nothing.
So, how do I block these URLs properly? If this isn't possible, how do I go about submitting a feature request?
This thread was automatically locked due to age.