Hi All,
I'm wondering if anyone has had any experience with filtering out web based proxy servers, commonly used to get around URL filtering.
Does MT have any function to work with this?
Cheers!
I think there is no easy way how to do it.Hi All,
I'm wondering if anyone has had any experience with filtering out web based proxy servers, commonly used to get around URL filtering.
Does MT have any function to work with this?
Cheers!
as I wrote - the only differentce is that the 'http://hostname' part is missinf from the request if the browser access the WWW server directly. So you have to be able to recognize GET requests with protocol://hostname part from other ones which has no protocol://hostname definition. Maybe it ould be enough to check for http:// on beginning of the URL definition.Thanks guys. So if i understand correctly, i would want to try to filter traffic based on content, in particular looking for the GET method used by proxy's? Proxys are totally new to me.