O
octupul
Basically I have some code that accesses an Internet Explorer interface
directly through COM and the WebBrowserClass. I have access to all the
navigate and alteration functionalites this provides however, when I
try to obtain headers I am at a loss. The only event that seems to
contain this data is OnNavigate2. However, this seems to only include
data sparingly and does not contain any data from response headers.
The long and short of it is I am asking for an example of how to
attatch to an internet explorer window and view all incoming and
outgoing requests/responses in their raw formats.
directly through COM and the WebBrowserClass. I have access to all the
navigate and alteration functionalites this provides however, when I
try to obtain headers I am at a loss. The only event that seems to
contain this data is OnNavigate2. However, this seems to only include
data sparingly and does not contain any data from response headers.
The long and short of it is I am asking for an example of how to
attatch to an internet explorer window and view all incoming and
outgoing requests/responses in their raw formats.