Skip to content

Commit 0dc7ac1

Browse files
pedrosousaRebeccaTamachiro
authored andcommitted
[Ruleset Engine] Fix field name and link (#20736)
1 parent 1b55dab commit 0dc7ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/fields/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ entries:
420420
keywords: [request, uri, url, path, raw, client, visitor]
421421
summary: The raw URI path and query string of the request without any transformation.
422422
description: |-
423-
This is the raw field version of the [`http.request.uri`](/ruleset-engine/rules-language/fields/reference/http.request.uri/) field. Raw fields, prefixed with `raw.`, preserve original request values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
423+
This is the raw field version of the [`http.request.uri.path`](/ruleset-engine/rules-language/fields/reference/http.request.uri.path/) field. Raw fields, prefixed with `raw.`, preserve original request values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
424424
425425
**Note**: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
426426

0 commit comments

Comments
 (0)