Skip to content

Commit 453eef7

Browse files
committed
Add mismatch warning
1 parent 46a689e commit 453eef7

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/http-policies

1 file changed

+4
-0
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ The phase of an HTTP request. You can use this selector to specify whether to sc
440440
| ---------- | --------------------------------- |
441441
| Body Phase | `http.body_phase == \"download\"` |
442442

443+
:::caution[Body phase mismatch]
444+
When combining this selector with the [Download and Upload File Types selectors](#download-and-upload-file-types), ensure you use the matching phase togethers. If body phase and file type selector logic do not match, the policy may not filter traffic as intended.
445+
:::
446+
443447
### Content Categories
444448

445449
<Render

0 commit comments

Comments
 (0)