ajaxfirebugxmlhttprequestfirebug1.5

Firebug 1.5 showing 200 Aborted for Ajax requests


When I'm using Firebug 1.5, I'm getting 200 ABORTED errors on certain ajax requests. You can see this happen on this demo page by typing into the textfield. The functionality of the site seems to work just fine even with these errors. Is it safe to simply ignore these errors?

This wicket mailing list thread seems to indicate that the wicket ajax code is doing what it should. Also, this firebug issue seems to indicate there may be some concern. Not sure what to think.


Solution

  • Sounds like aborts on requests that already were coming back with an OK. Firebug will filter these out on some future release, see the code change here:

    http://code.google.com/p/fbug/source/detail?r=6127