Previous Topic: HTTP Response Content InformationNext Topic: HTTP Operators: Common Output Parameters


HTTP Configuration Information

HTTP Version

Specifies the HTTP protocol version.

Values:

One of the following:

  • 1.0 - Indicates that the operator is to use HTTP protocol version 1.0.
  • 1.1 - Indicates that the operator is to use HTTP protocol version 1.1
  • Blank - Indicates the operator is to use the value set at the operator category level, where blank or any value other than 1.1 or 1.0 at the category level prompts the operator to use 1.1.
  • Any value other than 1.0 or 1.1 - use HTTP protocol 1.1
Default:

Blank

Connection Timeout (sec)

Specifies the maximum amount of time to wait for an HTTP connection to establish before the operator times out.

Values:

One of the following:

  • A numeric value indicating the connection timeout in seconds.
  • 0 indicates no timeout, that is, zero seconds.
  • Blank indicates the Default Connection Timeout set at the operator category level, if available, otherwise 0 seconds.
Default:

Blank.

Socket Timeout (sec)

Specifies the maximum amount of time to wait between two consecutive HTTP response data packets.

Values:

One of the following:

  • A numeric value indicating the socket timeout in seconds.
  • 0 indicates no timeout, that is, zero seconds.
  • Blank - Indicates the Default Socket Timeout set at the operator category level, if available, otherwise 0 seconds.
Default:

Blank.

Handle Redirects?

Indicates whether to handle redirects automatically.

Values:

One of the following:

  • True - Handle redirects automatically.
  • False - Do not handle redirects automatically.
  • Blank - Use the Default Handle Redirects? value set at the operator category level.
  • Any other value - Indicates false.
Default:

Blank.

Maximum Number of Redirects

Specifies the maximum number of redirects to follow, when Handle Redirects? is set to True.

Values:

One of the following:

  • A numeric value indicating the maximum number of redirects to allow.
  • Blank - The Default Maximum Number of Redirects, if set. Otherwise, 100.
Default:

Blank.