View ajax requests in internet explorer?

ajax, internet-explorer, javascript

Solution

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

or install

Firebug Lite for IE

Problem

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.

Original source