[jQuery] Ajax error response text

[jQuery] Ajax error response text


Hi,
I want to ask if there is a way to get the response body of an AJAX
request that resulted in error (406 Not Acceptable). I've been looking
for the response body in the XMLHttpRequest object that is returned
with the error callback but the responseText only contains an empty
string and the responseXML is null. I can see the response body
through Firebug, though.