Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any network tab with ie8 developer tool? If not then how to track network traffic in ie8 browser?

How can I use IE8 Developer Tools to inspect network traffic?

Actually I need to test if files have loaded or if any errors occurred during page load .ln Firefox/Firebug I can do this by using the NET tab.

like image 498
Nilanjan Saha Avatar asked Sep 07 '13 19:09

Nilanjan Saha


1 Answers

Internet Explorer 8 doesn't support network statistics in its developer tools. You'll need to upgrade to Internet Explorer 9 or use a third-party tool like Fiddler to inspect traffic.

like image 127
David Brown Avatar answered Oct 13 '22 01:10

David Brown