Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RHTTP_GET_REPLY_HEADER function (DataBasic) (webservices_api_get_reply_header.htm)
Returns a reply header from a previously retrieved request.
RHTTP_GET_REPLY_HEADER(version, error-number, message, internal-error, request)
version | Output parameter: set to the HTTP version supported by the server. |
error-number | Output parameter: set to the HTTP error number returned. |
message | Output parameter: set to the HTTP error message returned. |
internal-error | Output parameter: set to the internal error number if error-number is 999. |
request | An HTTP request that has been used in a preceding RHTTP_RETRIEVE call. (Otherwise, the function call is invalid.) |
The reply-header returned by this function may be processed with RHTTP_GET_HEADER.