endif
next
wscript.echo "Done."
EndFunction
''''''''''''''''''''''''''
''''' Program starts here
''''''''''''''''''''''''''
dim rulename
rulename = "Test Headers Rule" ' Should be unique,修改为你想要修改的规则的名称即可
ToggleClientAcceptHeaders(rulename) ' set the option for all rules with this name
=================================================================================
修改成功后重启ISA Server服务。
不过在这种情况下你需要禁止通过ISA防火墙的ZIP文件的下载,因为ISA防火墙会认为ZIP文件是经过ZIP编码的,并且会拒绝访问,在日志中会有记录。另外,你也不能再配置HTTP应用层过滤,原因前面已经说了,从安全的角度考虑,ISA防火墙会拒绝它不能进行检查的数据。

