unknown: Kein Zugriff auf Objekt

Beitrag lesen

das ist das normale XMLHTTPRequest-Objekt (bzw. jqXHR-Objekt) über das das Ajax abläuft. Sollte also funktionieren.

Und wo steht, daß das jqXHR Objekt eine Eigenschaft url hat? Das habe ich nicht gefunden.
Aber der Sinn des jqXHR Objektes ist ja folgender:

For backward compatibility with XMLHttpRequest, a jqXHR object will expose the following properties and methods:

readyState
   status
   statusText
   responseXML and/or responseText when the underlying request responded with xml and/or text, respectively
   setRequestHeader(name, value) which departs from the standard by replacing the old value with the new one rather than concatenating the new value to the old one
   getAllResponseHeaders()
   getResponseHeader()
   statusCode()
   abort()

und genau das sehe ich nicht in deiner Ausgabe.