views:

21

answers:

1

Hi there,

I am used to use Firefox's FireBug and It is really good. I can see all the info I need. Right now I am dealing with an application that is only compatible with IE, I am using the developer tools of IE but it is not as intuitive as Firebug and I can't figure out how to see the size of the packets sent from the client to the server, so far I see the time spent in each request.

So, is it possible to view the size of the packets sent with IE8 developers tool?

thank you.

A: 

Not sure if that can be done, but you could use Fiddler to analyze the traffic.

SilverSkin