Skip to content

Commit 87c80f2

Browse files
authored
[Ruleset Engine] Update fields reference (#23515)
* Fixes a description and adds a missing raw field: `raw.http.request.uri`
1 parent fbb20de commit 87c80f2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/content/fields/index.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,22 @@ entries:
416416
417417
**Note**: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
418418
419+
- name: raw.http.request.uri
420+
data_type: String
421+
categories: [Request, URI, Raw fields]
422+
keywords:
423+
[request, uri, url, path, query, query string, raw, client, visitor]
424+
summary: The URI path and query string of the request without any transformation.
425+
description: |-
426+
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.
427+
428+
**Note**: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
429+
419430
- name: raw.http.request.uri.path
420431
data_type: String
421432
categories: [Request, URI, Raw fields]
422433
keywords: [request, uri, url, path, raw, client, visitor]
423-
summary: The raw URI path and query string of the request without any transformation.
434+
summary: The raw URI path of the request without any transformation.
424435
description: |-
425436
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.
426437

0 commit comments

Comments
 (0)