Gets the value of the specified header and returns the value.
"httpRequest_var" is a variable referencing a HttpRequest object.
|
"httpRequest_var" is a variable referencing a HttpRequest object.
|
Type | Description |
string | Returns the value of the header, or empty if the header was not found. You can use the hasHeader method to determine if the header exists before getting it. This is especially useful in the case where the header exists but has an empty string value. |
Name | Type | Description |
name | string | The case insensitive name of the header. |