I'm writing an app with the WebBrowser control and wanted to know how to retrieve the http traffic via the WebBrowser control. post, gets, etc.
Thanks
I'm writing an app with the WebBrowser control and wanted to know how to retrieve the http traffic via the WebBrowser control. post, gets, etc.
Thanks
Use the WebClient class or the underlying WebRequest based classes if you need to programmically make requests.
If you are interested in monitoring it for debug purposes then get fiddler which is a free HTTP debugging proxy.