Using axWebBrowser control to capture page request and postdata.
Posted
by Arjo
on Stack Overflow
See other posts from Stack Overflow
or by Arjo
Published on 2008-10-21T07:01:26Z
Indexed on
2010/03/31
8:03 UTC
Read the original article
Hit count: 327
I'm writing a small utility to capture all requests made to a web server from a windows application using the axWebBrowser control.
So far I have the following working, as the user traverse the website clicking on links, posting forms etc I capture the webpage and the data being send to the server to request the next page.
Where I run into a stumbling block is when it comes to Ajax calls. There are number of drop down boxes that filter down the selection as the user types in the search term, I would like to capture the page/script that is called and the data being send.
Any hint, advice would be greatly appreciated.
© Stack Overflow or respective owner