responseBody - property of the HttpRequest object
Description:
Represents the message body as a byte array.
This contains the raw undecoded bytes as received directly from server. Depending on what the server sent, this can appear as binary-encoded data.
Syntax:
Variant responseBody
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
oBody = oReq.responseBody;
oBody = oReq.responseBody