GetRequestHeader
Retrieves the value of an HTTP request header.
GetRequestHeader(1)
Ordinal | Type | Description |
---|---|---|
1 | String | The name of the HTTP header to retrieve. |
To use this function, pass it the name of the HTTP header that you want to retrieve.
The response contains the value of the specified header.