Tagged Questions
0
votes
1answer
1k views
Using axWebBrowser control to capture page request and postdata
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 ...