Skip to content

Commit 9f5efd0

Browse files
pewkennyj42ranbel
authored
query string in access application paths (#22006)
* Update app-paths.mdx query strings are not supported in access application paths * Update app-paths.mdx * Update src/content/docs/cloudflare-one/policies/access/app-paths.mdx --------- Co-authored-by: kennyj42 <[email protected]> Co-authored-by: ranbel <[email protected]>
1 parent 8ed51a1 commit 9f5efd0

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 (such as`?foo=bar`) are not supported in Access application paths.
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)