Can fiddler to show Internet Explorer XHR traffic
Trying to debug some ajax calls not working properly in IE, i noticed that XHR traffic shows up in fiddler when i use Chrome or Firefox, but not for IE. But the traffic does occur, since i see it in the server logs. Thought it might be just my machine, but i've reproduced this IE8 and IE9 on Win7 and Win2k开发者_开发问答8 Server.
Is there a setting in IE or fiddler to capture this traffic?
It absolutely works in IE. In fact, IE and Chrome will use the same proxy settings, so if it is working in Chrome, it should work in IE.
You might have some other settings (such as another proxy) getting in the way. Additionally, some malware might be taking over the proxy setting.
Here is a guide for setting up fiddler with IE.
http://www.fiddler2.com/Fiddler/help/hookup.asp
Typically IE traffic should automatically by captured in the fiddler, but if you have some non-default settings, the hookup guide might help you.
精彩评论