Skip to content

Commit 5385b1f

Browse files
committed
Add example table
1 parent ba8f0af commit 5385b1f

File tree

1 file changed

+13
-11
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/http-policies

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,19 @@ When you turn on **Send policy context**, Gateway will send the original site UR
218218

219219
<Details header="Policy context fields">
220220

221-
- User email
222-
- Site URL
223-
- URL Category
224-
- Original HTTP Referer
225-
- Rule ID
226-
- Source IP
227-
- Device ID
228-
- Application Name
229-
- Account ID
230-
- Connection ID
231-
- Request ID
221+
| Field name | Field meaning | Example |
222+
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------------- |
223+
| User email | The email of the user that made the query | `&[email protected]` |
224+
| Site URL | The URI of the original request. | `&site_uri=https%3A%2F%2Fmalware.testcategory.com%2F` |
225+
| URL Category | The list of categories of the domain/URL that was blocked | `&request_categories=Personal%20Blocks,Military` |
226+
| Original HTTP Referrer They are looking for the HTTP referrer of the original request | The HTTP referer header, if any | `&referer=https%3A%2F%2Fexample.com%2F` |
227+
| Rule ID | The id of the rule that blocked the request, if any | `&rule_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
228+
| Source IP | The IP that triggered the block | `&source_ip=40.41.44.5` |
229+
| Device ID | The ID of the device that triggered the block, if any | `&device_id=6d48997c-a1ec-4b16-b42e-d43ab4d071d1` |
230+
| Application name | The name of the application this domain corresponds to, if any | `&application_name=Azure%20AD` |
231+
| Account ID | The account tag | `&account_id=d57c3de47a013c03ca7e237dd3e61d7d` |
232+
| Connection Id | The ID of the connection for which this block took effect | `&connection_id=ddcd6361-d5e5-4fdd-9bb3-c3a2de286860` |
233+
| Request Id | The ID of the request for which this block took effect | `&request_id=ddcd6361-d5e5-4fdd-9bb3-c3a2de286860` |
232234

233235
</Details>
234236

0 commit comments

Comments
 (0)