device_characteristic_header
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Device Characterization - Forward in Header
Sends selected information about requesting devices to the origin server, in the form of an X-Akamai-Device-Characteristics HTTP header. Use in conjunction with the device_characteristic_cache_id behavior.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "device_characteristic_header" {
rules_v2025_02_18 {
name = "Device Characterization - Forward in Header"
comments = "Sends selected information about requesting devices to the origin server."
behavior {
device_characteristic_header {
elements = ""
}
}
}
}
"behaviors": [
{
"name": "deviceCharacteristicHeader",
"options": {
"elements": ""
}
}
]
Options
Option | Description |
---|---|
elements |
Specifies the set of information about the requesting device to send to the origin server. Possible values are:
|
Updated 9 days ago