HttpRequestHeader - cWebHttpHandler
Returns the value of the specified request header as a string.
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sHeaderName | String | The name of the request header |
Syntax
Function HttpRequestHeader String sHeaderName Returns String
Call Example
Get HttpRequestHeader sHeaderName to StringVariable
Description
This function returns the value of the specified request header as a string.
Return Value
The value of the specified request header.