Each request contains a set of request headers that describe it. This feature can either:
Note: Requests that are forwarded to an origin server will reflect the changes made by this feature.
One of the following actions can be performed on a request header:
Option | Description | Example |
---|---|---|
Append | The specified value will be added to end of the existing request header value. |
Request header value (Client): Value1
Request header value (HTTP Rules Engine): Value2
New request header value: Value1Value2
|
Overwrite | The request header value will be set to the specified value. |
Request header value (Client): Value1
Request header value (HTTP Rules Engine): Value2
New request header value: Value2
|
Delete | Deletes the specified request header. |
Request header value (Client): Value1
Modify Client Request Header configuration: Delete the request header in question. Result: The specified request header will not be forwarded to the origin server. |
Key information: