ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- From: gbraux <gbraux@xxxxxxxxxxx>
- Date: Tue, 12 Feb 2008 08:10:37 -0800 (PST)
Hello,
Here is what is told about the SF_NOTIFY_POLICY_CHECK_COMPLETED event
in MSDN :
A notification specific to ISA Server 2006 and ISA Server 2004. Sent
after the ISA Server policy check has been completed, and the request
has either been allowed or denied. After this notification has been
received, the Web filter can request the GUID of the policy rule that
either allowed or denied the request. The filter can also request
additional data from the client (SF_STATUS_REQ_READ_NEXT), although
the read operation will fail if all of the data has already been
received.
On this event, I'd like to know if a firewall rule has accepted or
denied the request ... But there are no specific structure comming
with this event where I could find this information.
I think the GUID (obtaited using server variables at this step) can
only help me to obtain an AccessRule object (from FPC COM) ... But how
to know is this rule ALLOWED or DENIED the actuel request ???!!!
Thanks,
Guillaume
.
- 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
- Prev by Date: SSL Client Certificate
- Next by Date: Re: ISA 2006 Install Failure
- Previous by thread: SSL Client Certificate
- Next by thread: Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
- Index(es):
Relevant Pages
|
Loading