Skip to content

Commit 53cf7fd

Browse files
committed
Updates after review.
1 parent 7ffb8aa commit 53cf7fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/support/troubleshooting/http-status-codes/3xx-redirection.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: 3xx Redirection
55

66
---
77

8-
3xx codes are a class of responses that indicate that the User-Agent must take another course of action to obtain the complete requested resource.
8+
3xx codes are a class of responses that indicate that the HTTP client must take another course of action to obtain the complete requested resource.
99

1010
The redirect location should be specified in one of the following ways:
1111

@@ -51,7 +51,7 @@ The response typically includes a `Location` header specifying the new URI. This
5151

5252
### Cloudflare-specific information
5353

54-
Cloudflare can generate 301 Moved Permanently responses without needing to query the origin server. This is achieved through the use of Page Rules, which allow users to configure permanent redirects directly at the Cloudflare edge. For more information, refer to [Redirect Rules](/rules/url-forwarding/).
54+
Cloudflare can generate 301 Moved Permanently responses without needing to query the origin server. For more information, refer to [Redirect Rules](/rules/url-forwarding/).
5555

5656
## 302 Found
5757

@@ -71,7 +71,7 @@ This status is typically used to:
7171

7272
### Cloudflare-specific information
7373

74-
Cloudflare can generate these responses, eliminating the need to send a request to the origin server by using Page Rules. Learn more about how Cloudflare can help generate redirects with [Redirect Rules](/rules/url-forwarding/).
74+
Cloudflare can generate these responses, eliminating the need to send a request to the origin serve. Learn more about how Cloudflare can help generate redirects with [Redirect Rules](/rules/url-forwarding/).
7575

7676
## 303 See Other (since HTTP/1.1)
7777

@@ -87,7 +87,7 @@ Although the initial 303 response is not cacheable, the response to the subseque
8787

8888
### Cloudflare-specific information
8989

90-
Cloudflare allows for the configuration of 303 redirects through [Redirect Rules](/rules/url-forwarding/)., enabling seamless handling of these responses directly at the edge. This approach improves performance by avoiding unnecessary requests to the origin server.
90+
Cloudflare allows for the configuration of 303 redirects through [Redirect Rules](/rules/url-forwarding/), enabling seamless handling of these responses directly at the edge. This approach improves performance by avoiding unnecessary requests to the origin server.
9191

9292
## 304 Not Modified
9393

0 commit comments

Comments
 (0)