/
httpGetStatusCode
httpGetStatusCode
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
, multiple selections available,
Related content
httpGetStatusCode
httpGetStatusCode
More like this
httpGetStatusCode
httpGetStatusCode
More like this
httpGet
httpGet
Read with this
httpGetHeader
httpGetHeader
Read with this
httpGetResponseInfo
httpGetResponseInfo
More like this
httpGetResponseInfo
httpGetResponseInfo
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.