hi all:
I know the BHO can hook the IE messages, and get the html document
request header from the message DISPID_BEFORENAVIGATE2, but how can I
get the http request and response header of the element in html
document (for example to get a picture or video)? I have no idea.

Re: Anyone have idea to get the http request and response header by BHO object. by rob^_^

rob^_^
Mon Jun 02 03:59:49 PDT 2008

Hi,

Do you mean AJAX?

The tool of choice for exploring headers is Fiddler
http://www.fiddlertool.com

Regards.

<mmj818@126.com> wrote in message
news:987a5bc1-5f65-422d-a07c-5d319cb7587e@l28g2000prd.googlegroups.com...
> hi all:
> I know the BHO can hook the IE messages, and get the html document
> request header from the message DISPID_BEFORENAVIGATE2, but how can I
> get the http request and response header of the element in html
> document (for example to get a picture or video)? I have no idea.