com.HTTPRequest.setAutoReply

Defines the auto reply option for response methods.

Syntax

setAutoReply(
   reply BOOLEAN )
  1. reply defines auto-reply when TRUE.

Usage

The setAutoReply() method defines whether getResponse() or getAsyncResponse() will automatically perform another HTTP GET request if response contains HTTP Authentication, Proxy Authentication or HTTP redirect data.

Available for GET method and the HTTP HEAD method.

The default is TRUE.