From 113aba33d054ecdbcb5c014491e9aa26f4bb8b53 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:35:42 +0000 Subject: [PATCH] [Ruleset Engine] Fix field name and link --- src/content/fields/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/fields/index.yaml b/src/content/fields/index.yaml index fa229b41c9781f..547119b19b0a16 100644 --- a/src/content/fields/index.yaml +++ b/src/content/fields/index.yaml @@ -420,7 +420,7 @@ entries: keywords: [request, uri, url, path, raw, client, visitor] summary: The raw URI path and query string of the request without any transformation. description: |- - 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. + 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. **Note**: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.