19

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

spender
  • 117,338
  • 33
  • 229
  • 351

3 Answers3

23

Fiddler can do it.

Giorgi
  • 30,270
  • 13
  • 89
  • 125
6

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

softveda
  • 10,858
  • 6
  • 42
  • 50
5

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.

Dan Barber
  • 549
  • 2
  • 7
  • 11