diff --git a/src/content/fields/index.yaml b/src/content/fields/index.yaml index fa229b41c9781f5..547119b19b0a165 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.