Skip to content

Commit 0b4bda5

Browse files
committed
Fix typo
1 parent 05c8155 commit 0b4bda5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ When you turn on **Preserve original path and query string**, Gateway will appen
143143
cloudflare.com/redirect-path/path/to/page?querystring=Y
144144
```
145145

146-
When you turn on both options, Gateway will preserve the original path and query string, then append context policy to the end of the redirect URL. For example, if the original URL is `example.com/path/to/page?querystring=X&k=1` and the redirect URL is `cloudflare.com/redirect-path?querystring=Y`, Gateway will redirect requests to:
146+
When you turn on both options, Gateway will preserve the original path and query string, then append policy context to the end of the redirect URL. For example, if the original URL is `example.com/path/to/page?querystring=X&k=1` and the redirect URL is `cloudflare.com/redirect-path?querystring=Y`, Gateway will redirect requests to:
147147

148148
```txt "cloudflare.com/redirect-path" "?querystring=Y" ins="&[email protected]"
149149
cloudflare.com/redirect-path/path/to/page?querystring=Y&k=1&[email protected]

0 commit comments

Comments
 (0)