Title: http proxy mime type filter Post by: sergiof on Saturday 14 August 2010, 05:13:28 am Hi,
I'm new to Endian and I'm having a problem with an http proxy rule, when I try to filter mime types. The following two rules are configured on the server (Endian 2.4.0) Policy 1 filter using 'content3' GREEN any naveg_estandar allways any 2 deny GREEN any naveg_estandar allways any application/pdf When "filter" rule is first on the list, the user who belongs to the naveg_estandar group can download pdf files. When I change the rule order and "deny" rule is first, I cannot navigate through any page at all. I would appreciate if anybody can help me with this problem. Thank you Title: Re: http proxy mime type filter Post by: vondie on Saturday 14 August 2010, 07:07:45 pm try rearrange the policy.
from ---------------------- Policy 1 filter using 'content3' GREEN any naveg_estandar allways any 2 deny GREEN any naveg_estandar allways any application/pdf --------------------- to --------------------- 1 deny GREEN any naveg_estandar allways any application/pdf 2 filter using 'content3' GREEN any naveg_estandar allways any -------------------- |