File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/content/docs/cloudflare-one/policies/gateway/http-policies Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -613,21 +613,27 @@ The country of the user making the request. <Render file="gateway/selectors/sour
613613
614614### URL Path
615615
616+ The pathname of a webpage's URL.
617+
616618| UI name | API example |
617619| -------- | --------------------------------------- |
618620| URL Path | ` http.request.uri.path == \"/foo/bar\" ` |
619621
620622### URL Path and Query
621623
624+ The pathname and query of a webpage's URL.
625+
622626| UI name | API example |
623627| ------------------ | --------------------------------------------------------------- |
624628| URL Path and Query | ` http.request.uri.path_and_query == \"/foo/bar?ab%242=%2A342\" ` |
625629
626630### URL Query
627631
628- | UI name | API example |
629- | --------- | ------------------------------------ |
630- | URL Query | ` not(http.request.uri.query in $%s) ` |
632+ The query of a webpage's URL.
633+
634+ | UI name | API example |
635+ | --------- | ------------------------------------------- |
636+ | URL Query | ` http.request.uri.query == "ab%242=%2A342" ` |
631637
632638### Users
633639
You can’t perform that action at this time.
0 commit comments