Monitor HTTP requests made by IE8

26.1k Views Asked by At

I thought developer tools could do this but I'm struggling to find it. Any other recommendations?

3

There are 3 best solutions below

0
On BEST ANSWER

Fiddler can do it.

0
On

Fiddler is the best tool. Depending on needs you can use network sniffer as well, like Wireshark or Microsoft Network Monitor.

0
On

I have had success with HTTP Watch Basic. I have tried Fiddler and wireshark. They are great tools, assuming you have the permission to use them in a corporate environment. Typically, the corporate security team will not allow them to be installed (at least in my situation). I have had success with HTTP Watch Basic when debugging SAML issues for single-sign-on. HTTP Watch basic seems to be the the primary option to use for IE8.