Versions Compared

Key

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

Gets the current HTTP status code to be used in the response.

Syntax

Code Block
Response = HTTP_Services('GetResponseStatus')

Returns

The HTTP status code set for the current response.

Parameters

N/A

Remarks

If this has not yet been set then code 200 (OK) will be used as a default. Normally this will have been set using the SetResponseStatus service.