Re: Can we get http header information from the BHO



lav <lav7val@xxxxxxxxx> wrote:
The BeforeNavigate function in my BHO gets called more times and even
when there is no GET/POST request method. I am just trying to figure
out a way to avoid checking the stream in those circumstances.

You lost me here. "Called more times" - more than what?

BeforeNavigate2 event is fired when the browser is about to perform a
navigation. Any such navigation over HTTP[S] protocol is either a GET or
a POST request. You know which one it is by looking at PostData
parameter. I don't know how I can make it any clearer.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.