Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the value previously set for the indicated Request Header Field. The Name argument is case-insensitive but if the indicated Request Header Field has not been set then an error condition will be set.

Syntax

Code Block
Response = HTTP_Services('GetRequestHeaderField', Name)

Returns

The value set for the specific HTTP request header field.

Parameters

ParameterDescription
NameHeader Field Name to get. Required.

Remarks

The Name argument is case-insensitive but if the indicated Request Header Field has not been set then an error condition will be set.