| Syntax |
|
| Documentation | Returns the value of the specified HTTP header field from the client request (see also $getHeaderNames):
default_value, a optional parameter to be returned if the named HTTP header was not included.
a list of all header names included with the clients HTTP request can be got by using $getHeaderNames. |
| Examples | |
{no defined user agent} Result: if the header field "user agent" is defined on the client: for example: Mozilla/4.5 [en] (WinNT; I) if the header field "user agent" is not defined on the client side: no defined user agent |
|
| Group | Net |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |