AMPscript
GetValue
Remove
SetValue
Validate Your Server-Side JavaScript using WSProxy
Retrieves the value of the specified HTTP header
GetValue(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
This sample code retrieves the From address from the HTTP header:
1HTTPHeader.GetValue("From");