Skip to content

Commit 4569cdc

Browse files
authored
Update index.yaml
Adding http.host description that clarifies (lack of) interaction with Origin Rules
1 parent 65dea83 commit 4569cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/fields/index.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ entries:
1212
categories: [Request, URI]
1313
keywords: [request, uri, url, domain, client, visitor]
1414
summary: The hostname used in the full request URI.
15+
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
1517
example_value: |-
1618
"www.example.org"
1719

0 commit comments

Comments
 (0)