[Dev] Provide script developers with XMLHttpRequest
Forums:
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
Fri, 03/06/2015 - 16:48
Permalink
you can get aData and aHttp.
You can get aData and aHttp.
aHttp is XMLHttpRequest object.(nsiHttpChannel in Firefox)