LBHttpRequestHeaderRewriteAction

LBHttpRequestHeaderRewriteAction
LBHttpRequestHeaderRewriteAction

This action is used to rewrite header fields of matched HTTP request messages to specified new values. One action can be used to rewrite one header field. To rewrite multiple header fields, multiple actions must be defined. Captured variables and built-in variables can be used in the header_value field, header_name field does not support variables.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "header_name": "string",
    "header_value": "string"
}