Skip to content

Commit f2b53ad

Browse files
authored
Update app-paths.mdx
query strings are not supported in access application paths
1 parent 7bc1686 commit f2b53ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/cloudflare-one/policies/access/app-paths.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Using a wildcard in the middle of the **Path** field covers multiple segments of
8383

8484
Port numbers are not supported in Access application paths. If a request includes a port number in the URL, Access will strip the port number and redirect the request to the default HTTP/HTTPS port.
8585

86+
### Query strings
87+
88+
Query strings (`?foo=bar`) are not supported in Access application policies.
89+
8690
### Anchor links
8791

8892
Since anchor links are processed by the browser and not the server, Access applications do not support `#` characters in the URL. For example, requests to `dashboard.com/#settings` will redirect to `dashboard.com`.

0 commit comments

Comments
 (0)