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