Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar:
head:
- tag: title
content: HTTP request header modification rules
description: Learn to modify HTTP request headers with Cloudflare's rules. Set, overwrite, or remove headers via dashboard or API. Understand limitations and best practices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bllchmbrs FYI: The CI build failed because the indentation was incorrect (should have no spaces indenting the description: entry).

---

import { Render } from "~/components";
Expand Down Expand Up @@ -46,7 +47,6 @@ You can create an HTTP request header modification rule [in the dashboard](/rule
file="snippets-alternative"
params={{ suffix: "request header modifications" }}
/>

## Important remarks

- You cannot modify or remove HTTP request headers whose name starts with `x-cf-` or `cf-` except for the `cf-connecting-ip` HTTP request header, which you can remove.
Expand Down
Loading