Skip to content

Commit adba065

Browse files
[Ruleset Engine] Update fields/index.yaml (#22461)
* Add `http.host` description that clarifies (lack of) interaction with Origin Rules --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent d6fe8ba commit adba065

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/fields/index.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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+
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.
1519
example_value: |-
1620
"www.example.org"
1721

0 commit comments

Comments
 (0)