Hi VBForums,
I am working on a project that uses a tabbed webbrowser similar to firefox. This is working fine...but I need to be able to monitor HTTP traffic for each webbrowser tab.
I hadn't used VB in awhile so was dissapointed to see there is no Header property of the WebBrowser control.
I need to be able to know which tab the request was sent from. So I would basically want to record the following:
1. The tab the request was sent from.
2. The Uri of the request
3. The method of the request (POST or GET)
4. The request header.
Normally I'd just use fiddler for this but I want to be able to playback the requests with more specific options that fiddler does not provide.
I am working on a project that uses a tabbed webbrowser similar to firefox. This is working fine...but I need to be able to monitor HTTP traffic for each webbrowser tab.
I hadn't used VB in awhile so was dissapointed to see there is no Header property of the WebBrowser control.
I need to be able to know which tab the request was sent from. So I would basically want to record the following:
1. The tab the request was sent from.
2. The Uri of the request
3. The method of the request (POST or GET)
4. The request header.
Normally I'd just use fiddler for this but I want to be able to playback the requests with more specific options that fiddler does not provide.