Skip to content

Commit 3b4144d

Browse files
authored
Add note about request headers that users cannot modify (#1737)
1 parent 952e560 commit 3b4144d

File tree

1 file changed

+2
-0
lines changed
  • products/rules/src/content/transform/request-header-modification

1 file changed

+2
-0
lines changed

products/rules/src/content/transform/request-header-modification/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can manipulate the headers of incoming HTTP requests through HTTP Request He
1818

1919
* If you modify the value of an existing HTTP request header using an expression that evaluates to an empty string (`""`) or an undefined value, the HTTP request header is **removed**.
2020

21+
* Currently, there is a limited number of HTTP request headers that you cannot modify. Cloudflare may remove restrictions for some of these HTTP request headers when presented with valid use cases. [Create a post in the community](https://community.cloudflare.com) for consideration.
22+
2123
</Aside>
2224

2325
To create an HTTP Request Header Modification Rule in the dashboard, see [Create an HTTP Request Header Modification Rule in the dashboard](/transform/request-header-modification/create-dashboard).

0 commit comments

Comments
 (0)