You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Represents the full URI as received by the web server (does not include <code class="InlineCode">#fragment</code>, which is not sent to web servers).
@@ -102,17 +102,17 @@ The Cloudflare Firewall Rules language supports these standard fields:
<p>Similar to the <a href="#field-http-request-full-uri"><code>http.request.full_uri</code></a> non-raw field. Represents the full URI as received by the web server without the URI fragment (if any) and without any transformation.
246
+
</p>
247
+
<p>Note: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
<p>Similar to the <a href="#field-http-request-uri"><code>http.request.uri</code></a> non-raw field. Represents the URI path and query string of the request without any transformation.
255
+
</p>
256
+
<p>Note: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
<p>Similar to the <a href="#field-http-request-uri-path"><code>http.request.uri.path</code></a> non-raw field. Represents the URI path of the request without any transformation.
264
+
</p>
265
+
<p>Note: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
<p>Similar to the <a href="#field-http-request-uri-query"><code>http.request.uri.query</code></a> non-raw field. Represents the entire query string without the <code class="InlineCode">?</code> delimiter and without any transformation.
273
+
</p>
274
+
<p>Note: This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future.
<p>Represents the values of arguments in the HTTP URI query string. Values are not pre-processed and retain the case used in the request. They are in the same order as in the request.
@@ -632,6 +668,27 @@ The Cloudflare Firewall Rules language supports these URI argument and value fie
0 commit comments