getRequestHeaderValue method: ServiceAPI class

Syntax

getRequestHeaderValue(header_name)

Description

Use this method to retrieve request header value based on header defined on the application service.

Parameters

Parameter Description

header_name

Specifies the name of the request header (as a String).

Returns

A String; the value of the request header.

Example

&headervalue = %This.ServiceAPI.getRequestHeaderValue("Accept-Language");