Using AxWebBrowser to get client / server conversations.

  • Thread starter Thread starter Loki
  • Start date Start date
L

Loki

Hiya,

Got a small issue. I've created an app that can monitor what
information is sent from and to a webserver while navigating through a
particular scenario on a website (i.e. booking a holiday). Trouble is
some actions are captured, and I can get the post data / query strings
etc, however others aren't - mainly XML Posts for online games etc. I'm
currently using the BeforeNavigate method and decoding the post data to
get the information, but I think this isn't the best thing to use. So
is there another way to get this information (and more!), maybe from
the HttpWebRequest and HttpWebResponse classes (of which I am
unfamiliar with).

Any help is much appreciated,
Thanks.
 
No one? Damn. Can anyone tell me if you can retrieve component
information via the HttpWebResponse and Request classes, or is this not
possible. I'm basically after:

Headers, Post Data, Query Strings, and Components + Status codes.

Is that possible with the afore mentioned classes?
 
Back
Top