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.
Reality V15.0 ()
RHTTP_SET_HEADER function (DataBasic) (webservices_api_set_header.htm)
Updates an HTTP request with a new or changed header name/value pair. This is a void function.
RHTTP_SET_HEADER(request, header-field, header-value)
header-field | Any valid HTTP header field name (e.g. "Accept", "Host", "Content-Type", etc.) |
header-value | Any acceptable value for the specified header. |