When using firefox, an ajax post request i have is being reported as aborted in firebug. The ajax post works fine in IE and Chrome. It is not a cross domain request. I tr
I would start by explicitly setting (and changing) some of the basic ajax options:
cache: false, timeout: 60000, async: false