Hello,

As it happens for ISAPI Extensions, that they are called and the data of incoming request is available to the Extension in the function HttpExtensionProc().

Definitely, If we hook an ISAPI extension with an Application (map it), then it will be called for every incoming request and requests Data is also accessible to it. Is there any thing, that can be done for all the responses being sent back ?

In other words, can we Hook an Extension/plugin to track the Response being sent back to client ?

Any idea about it ?

Thanks,

+Vipul Pathak.