save_post_dca_processing
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Save POST DCA processing result
Used in conjunction with the cache_post
behavior, this behavior allows the body of POST requests to be processed through Dynamic Content Assembly. Contact Akamai Professional Services for help configuring it.
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" "save_post_dca_processing" {
rules_v2025_02_18 {
name = "Save POST DCA processing result"
comments = "allows the body of POST requests to be processed through Dynamic Content Assembly."
behavior {
save_post_dca_processing {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "savePostDcaProcessing",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables processing of
POST requests.
|
Updated about 1 hour ago