HttpGetReturnCode

This function is used to return the three-digit HTTP status code from the last HTTP request.

Usage

CALL "HttpGetReturnCode" USING
         http-return-code
         GIVING
         status-code.

Parameters

http-return-code A three-digit RFC2616 compliant http status code.
status-code A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError.