Description
Retrieves the HTTP status code of the latest HTTP response.
Return Type
Number
The value of the status code
Example
number statusCode = httpGetStatusCode(); if (statusCode>= 200 && statusCode < 300) { print("Successful response!"); }
See also
Filter by label
There are no items with the selected labels at this time.
We've encountered an issue exporting this macro. Please try exporting this page again later.