ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED



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
.



Relevant Pages

  • RE: IIS log and ISA 2004
    ... requests are all sent by the IP address of the ISA Server other than the IP ... the web publishing is actually a reverse web proxy ... service will handle the request and response the remote client. ... the entry logged in the IIS Log shows that the visitor is the "ISA Server" ...
    (microsoft.public.windows.server.sbs)
  • RE: IIS log and ISA 2004
    ... > requests are all sent by the IP address of the ISA Server other than the IP ... > service will handle the request and response the remote client. ... > the entry logged in the IIS Log shows that the visitor is the "ISA Server" ...
    (microsoft.public.windows.server.sbs)
  • Re: ISAPI - Knowing if rule accepted or deny the request on POLICY_CHECK_COMPLETED
    ... An allow rule can deny if it is the last applicable rule for this traffic ... The same is true if the request matches any item in any of the exceptions ... Microsoft ISA Server Partners: Partner Hardware Solutions ...
    (microsoft.public.isa)
  • RE: ISA 2006 and SSL
    ... Directory in ISA Server 2006 on all Windows XP clients? ... credentials, improving the performance of revalidating the credentials for ... additional client requests. ... them to the validated credentials that were cached in the first request. ...
    (microsoft.public.isa)
  • RE: IIS log and ISA 2004
    ... Again, thanks for using newsgroup. ... Microsoft CSS Online Newsgroup Support ... |> requests are all sent by the IP address of the ISA Server other than ... When ISA server detects an incoming web request, ...
    (microsoft.public.windows.server.sbs)

Loading