After a request has been sent that results in a valid HTTP response, the response will be received by the HTTP object.

This includes any errors that may have been encountered.

The details of the response may be accessed via the Response property of the HTTP object. This property is an object encapsulating the details of the response in a number of properties.

For HTTP Status Codes and their meanings, please refer to HTTP Status Codes.

Response headers may be interrogated by means of a number of properties that facilitate access to this information in different ways.

Please refer to Scripting Parameters and Methods - HTTP Responses.