J
John Giblin
I was trying to write a program that captures the requests and responses
from the browser. I tried using the tcplistener using the acceptsocket
method, but realize this was incorrect since I got an error, since I had a
web server running. I just want to see the requests and responses from IE,
much like web application stress tool, when you are recording a script.
First, I wanted to know how IE works with and a webserver running on your
machine and also how to hook into IE to see the activity.
thanks, John
from the browser. I tried using the tcplistener using the acceptsocket
method, but realize this was incorrect since I got an error, since I had a
web server running. I just want to see the requests and responses from IE,
much like web application stress tool, when you are recording a script.
First, I wanted to know how IE works with and a webserver running on your
machine and also how to hook into IE to see the activity.
thanks, John