View ajax requests in internet explorer?

13,274

Solution 1

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

or install

Firebug Lite for IE

Solution 2

If you're using IE9, you should definitely be using the Developer tools. If you're using an earlier version of IE, try the Firebug Lite bookmarklet

You wont see network requests, but it does give you access to the console.log()

javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[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','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');

Just paste that string into the address bar in IE after you've loaded your page.

Share:
13,274
gregory boero.teyssier
Author by

gregory boero.teyssier

https://ali.actor

Updated on August 10, 2022

Comments

  • gregory boero.teyssier
    gregory boero.teyssier almost 2 years

    Is there a way to view the ongoing ajax requests in internet explorer like firebug in google chrome and firefox allows you to see?

    For some reason my IE is getting stuck on an ajax request, it starts the request but the loading message I put in never goes away, leaving me clueless as to what happened, whether the request failed and if so, why. The same request works in FF and chrome.