Skip to content

Commit f5e1500

Browse files
committed
Add descriptions to URL selectors
1 parent 02795df commit f5e1500

File tree

1 file changed

+9
-3
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/http-policies

1 file changed

+9
-3
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)