Skip to content

Commit d4444a2

Browse files
authored
PCX review
1 parent 4569cdc commit d4444a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/fields/index.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ entries:
1313
keywords: [request, uri, url, domain, client, visitor]
1414
summary: The hostname used in the full request URI.
1515
description: |-
16-
`http.host` contains the host header from the original request. **If** you have **origin rules** that change the hostname, they will not be reflected in the `http.host` value
16+
The `http.host` field contains the `Host` header from the original request.
17+
18+
If you have configured [Origin Rules](/rules/origin-rules/) that change the hostname, they will not be reflected in the `http.host` field value.
1719
example_value: |-
1820
"www.example.org"
1921

0 commit comments

Comments
 (0)