Skip to content

Commit 71b01b7

Browse files
committed
Improve definitions
1 parent 5385b1f commit 71b01b7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The Redirect action allows you to redirect matched HTTP requests to a different
214214

215215
In **Policy URL redirect**, you can define what URL to redirect matched requests to.
216216

217-
When you turn on **Send policy context**, Gateway will send the original site URL and redirect context to the redirected URL. Full list of fields:
217+
When you turn on **Send policy context**, Gateway will append the details of the matching HTTP request to the redirected URL as a query string. Full list of fields:
218218

219219
<Details header="Policy context fields">
220220

@@ -234,7 +234,7 @@ When you turn on **Send policy context**, Gateway will send the original site UR
234234

235235
</Details>
236236

237-
When you turn on **Preserve original URL and query string**, Gateway will append the original path and query string to the redirect URL. For example, if the original URL is `example.com/path/to/page?query&string`, Gateway will redirect it to `internalapp.com/path/to/page?query&string`.
237+
When you turn on **Preserve original URL and query string**, Gateway will append the original path and query string to the redirected URL. For example, if the original URL is `example.com/path/to/page?query&string` and the redirect URL is `internalapp.com`, Gateway will redirect requests to `internalapp.com/path/to/page?query&string`.
238238

239239
### Isolate
240240

0 commit comments

Comments
 (0)