[Dev] Provide script developers with XMLHttpRequest

I am developing script and I can not get what kind of reply I've got from the server (404, 403 etc.). In some cases I also should know the redirect URL. Looks like currently I get aData only, when I need full XMLHttpRequest data to see what happened and handle it properly.

tobwithu's picture

You can get  aData and aHttp.

aHttp is XMLHttpRequest object.(nsiHttpChannel in Firefox)