Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- From: gbraux <gbraux@xxxxxxxxxxx>
- Date: Tue, 12 Feb 2008 09:38:26 -0800 (PST)
Thanks for your answer Phillip ...
It gives me the solution to my problem :
If the rule applying to the current request is a deny based rule, it
means that the current request will be allowed.
If the rule applying to the current request is a allow based rule, it
means that the current request will be deny.
Easy :)
On 12 fév, 17:59, "Phillip Windell" <philwind...@xxxxxxxxxxx> wrote:
An Allow based Rule cannot "deny",...it can either allow or ignore. If it.
ignores, then the next rule on the list is tested.
A Deny based Rule cannot "allow",...it can either deny or ignore. If it
ignores, then the next rule on the list is tested.
The Monitoring Log will show which Rule was used during the action except
for certain situations.
I know of no way to programatically do any of this. Someone else will have
to answer that.
--
Phillip Windellwww.wandtv.com
- Follow-Ups:
- Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- From: Phillip Windell
- Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- References:
- Prev by Date: RE: Network Design Question
- Next by Date: Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- Previous by thread: Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- Next by thread: Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- Index(es):
Relevant Pages
|