Skip to content

Commit 45746bb

Browse files
committed
Add cf to policy context
1 parent 72ea0b1 commit 45746bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/content/partials/cloudflare-one/gateway/policy-context.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ When you turn on **Send policy context**, Gateway will append details of the mat
1010

1111
| Field | Definition | Example |
1212
| --------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
13-
| User email | Email of the user that made the query. | `&user_email[email protected]` |
14-
| Site URL | Full URL of the original HTTP request or domain name in DNS query. | `&site_uri=https%3A%2F%2Fmalware.testcategory.com%2F` |
15-
| URL category | [Domain categories](/cloudflare-one/policies/gateway/domain-categories/) of the URL to be redirected. | `&request_categories=New%20Domains,Newly%20Seen%20Domains` |
16-
| Original HTTP referer | For HTTP traffic, the original HTTP referer header of the HTTP request. | `&referer=https%3A%2F%2Fexample.com%2F` |
17-
| Rule ID | ID of the Gateway policy that matched the request. | `&rule_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
18-
| Source IP | Source IP address of the device that matched the policy. | `&source_ip=203.0.113.5` |
19-
| Device ID | UUID of the device that matched the policy. | `&device_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
20-
| Application names | Name of the application the redirected domain corresponds to, if any. | `&application_name=Salesforce` |
13+
| User email | Email of the user that made the query. | `&cf_user_email[email protected]` |
14+
| Site URL | Full URL of the original HTTP request or domain name in DNS query. | `&cf_site_uri=https%3A%2F%2Fmalware.testcategory.com%2F` |
15+
| URL category | [Domain categories](/cloudflare-one/policies/gateway/domain-categories/) of the URL to be redirected. | `&cf_request_categories=New%20Domains,Newly%20Seen%20Domains` |
16+
| Original HTTP referer | For HTTP traffic, the original HTTP referer header of the HTTP request. | `&cf_referer=https%3A%2F%2Fexample.com%2F` |
17+
| Rule ID | ID of the Gateway policy that matched the request. | `&cf_rule_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
18+
| Source IP | Source IP address of the device that matched the policy. | `&cf_source_ip=203.0.113.5` |
19+
| Device ID | UUID of the device that matched the policy. | `&cf_device_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
20+
| Application names | Name of the application the redirected domain corresponds to, if any. | `&cf_application_name=Salesforce` |
2121
| Filter | The traffic type filter that triggered the block. | `&cf_filter=http`, `&cf_filter=dns`, `&cf_filter=av`, or `&cf_filter=l4` |
22-
| Account ID | [Cloudflare account ID](/fundamentals/setup/find-account-and-zone-ids/) of the associated Zero Trust account. | `&account_id=d57c3de47a013c03ca7e237dd3e61d7d` |
23-
| Query ID | ID of the DNS query for which the redirect took effect. | `&query_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
24-
| Connection ID | ID of the proxy connection for which the redirect took effect. | `&connection_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
25-
| Request ID | ID of the HTTP request for which the redirect took effect. | `&request_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
22+
| Account ID | [Cloudflare account ID](/fundamentals/setup/find-account-and-zone-ids/) of the associated Zero Trust account. | `&cf_account_id=d57c3de47a013c03ca7e237dd3e61d7d` |
23+
| Query ID | ID of the DNS query for which the redirect took effect. | `&cf_query_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
24+
| Connection ID | ID of the proxy connection for which the redirect took effect. | `&cf_connection_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
25+
| Request ID | ID of the HTTP request for which the redirect took effect. | `&cf_request_id=f8dc6fd3-a7a5-44dd-8b77-08430bb4fac3` |
2626

2727
</Details>

0 commit comments

Comments
 (0)