Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

Specifics:

I need to test if files have loaded or if they have loaded slow. In Firefox/Firebug I can do this by using the NET tab.

Restrictions:

I cannot install additional software, so answers in Examine http response headers in IE8 are of no use to me. :( I am debugging issues on restricted computer systems and do not have admin rights.

Rumors?

I have read that there is no way, at all, to inspect network traffic using IE8 Developer Tools, is this true?

Thanks.

like image 682
Xonatron Avatar asked Jun 12 '12 16:06

Xonatron


People also ask

How do I use F12 tools?

To open F12 tools, press "F12" from the webpage you want to debug or inspect. To close F12 tools, press "F12" again. Lists command menus that can be accessed at any time regardless of the selected View.

How do I use Internet Explorer Developer tools?

To access IE Developer Tools, you launch Internet Explorer and press F12 on your keyboard or select “F12 Developer Tools” on the “Tools” menu. This opens the developer tools inside the browser tab.


1 Answers

In http://blogs.msdn.com/b/ie/archive/2010/04/22/ie9-developer-tools-network-tab.aspx it says:

The developer tools include some new capabilities and improvements over the tools in IE8:

A new tab for inspecting network traffic. 

So this is impossible in IE8 (without installing additional software, that is).

That's that.

like image 101
Xonatron Avatar answered Sep 19 '22 17:09

Xonatron