Skip to content

Commit a919854

Browse files
committed
Add raw field: raw.http.request.uri
1 parent a31c0cf commit a919854

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/content/fields/index.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,17 @@ 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]

0 commit comments

Comments
 (0)