[jQuery] Re: ajax response url

2007-09-19 Thread x0nix
That's what I was afraid of. I'll work it around with custom header as you suggest. Many thanks. x0nix On 19 Zář, 13:44, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > As far as I can tell, this can't be done cross-browser. Firefox has an > xhr.channel object that has both the original URL, and the

[jQuery] Re: ajax response url

2007-09-19 Thread Erik Beeson
As far as I can tell, this can't be done cross-browser. Firefox has an xhr.channel object that has both the original URL, and the redirected URL in various places, but there seems to be no such thing available in Safari 2. And xhr.getAllResponseHeaders() gives the headers for the post-redirected p