HttpRequestHeader - cWebHttpHandler

Returns the value of the specified request header as a string.

Type: Function

Return Data Type: String

Parameters: String sHeaderName

ParameterDescription
sHeaderNameThe name of the request header


Return Value

The value of the specified request header.


Syntax
Function HttpRequestHeader String sHeaderName Returns String

Call: Get HttpRequestHeader sHeaderName to StringVariable


Description

This function returns the value of the specified request header as a string.