vote up 1 vote down star

The awesome tool Web Development Helper allows me to see ALL the http requests from the browser (IE6/IE7) to the server. However the tool does not seem to work in IE8-RC1.

  1. Does IE8 developer tools have a similar feature built in?

  2. If yes, how do I access it?

TIA rams

flag

50% accept rate

1 Answer

vote up 2 vote down check

My preference is Fiddler, it works with all browsers I know of.

link|flag
Thanks for the response. I thought IE8 developer tools had the request trace feature built in. I agree Fiddler is more powerful but for quick tests an integrated tool is handy – rams Mar 10 at 16:52
IE8 developer tools is pretty much the same tool that you can download for IE7. Its not Firebug, it just does one job (DOM/CSS inspection) not 3. Fiddler is made available on the IE tool bar, I'm not sure how it could be made any quicker and its certainly way more informative than anything else. – AnthonyWJones Mar 10 at 17:16
Fiddler is very useful. Completely agree. However it seems to track ALL http requests from my machine. I would need to setup filters to eliminate requests that I am not interested in. This is what I meant by Fiddler not being quick. But it sure does solve my problem. – rams Mar 10 at 17:20
True, it does pickup too much if have a lot else going on. Typcially turning on filters, selection only IE traffic and filter RSS does the job. Its quick enough for me not to desire yet another in-browser tool. Even on Firefox I prefer fiddler over the plug-in offerings. – AnthonyWJones Mar 10 at 17:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.