views:

776

answers:

1

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.

A: 

i have more than one solution. It depends on method you incorporated achieving first task. u tell me bout wat method u tried to capture all requests . There is only little work after that