View ajax requests in Internet Explorer?

Is there a way to view current ajax requests in Internet Explorer, like firebug in google chrome, and firefox allows you to see?

For some reason, my IE is stuck in an ajax request, it starts the request, but the download message that I insert never disappears, and I don't know what happened if the request was unsuccessful, and if so, why. The same query works in FF and chrome.

+7
source share
2 answers

Press F12 if you are using IE8 or install or install firebug for IE.

or install

Firebug Lite for IE

+5
source

If you are using IE9, you should definitely use the developer tools. If you are using an earlier version of IE, try the Firebug Lite bookmarklet

You will not see network requests, but this will give you access to console.log ()

JavaScript: (function (F, I, g, e, b, and, g, L, I, T, E) {if (F.getElementById (b)) returns; E = P [I + 'NS'] && F.documentElement.namespaceURI; E = E Fi + 'NS':?. Fi; Er; Er; Er; (Fe [0] || Fe [0]) AppendChild (E); E =% new 20Image; Er; }) (document, 'createElement', 'SetAttribute', 'getElementsByTagName', 'FirebugLite', '4', 'arsonist-lite.js', 'releases / lite / last / skin / XP / sprite. PNG ",' https://getfirebug.com/','#startOpened ');

Just paste this line into the address bar in IE after you have loaded your page.

+3
source

All Articles