Web Dev Helper like HTTP request trace in IE8 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T06:19:39Z http://stackoverflow.com/feeds/question/630915 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/630915/web-dev-helper-like-http-request-trace-in-ie8 1 Web Dev Helper like HTTP request trace in IE8 rams 2009-03-10T15:56:19Z 2009-03-10T16:09:25Z <p>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. </p> <ol> <li><p>Does IE8 developer tools have a similar feature built in? </p></li> <li><p>If yes, how do I access it?</p></li> </ol> <p>TIA rams</p> http://stackoverflow.com/questions/630915/web-dev-helper-like-http-request-trace-in-ie8/630996#630996 2 Answer by AnthonyWJones for Web Dev Helper like HTTP request trace in IE8 AnthonyWJones 2009-03-10T16:09:25Z 2009-03-10T16:09:25Z <p>My preference is <a href="http://www.fiddlertool.com/fiddler/" rel="nofollow">Fiddler</a>, it works with all browsers I know of.</p>