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.
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.