You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/support/troubleshooting/http-status-codes/3xx-redirection.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: 3xx Redirection
5
5
6
6
---
7
7
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.
9
9
10
10
The redirect location should be specified in one of the following ways:
11
11
@@ -51,7 +51,7 @@ The response typically includes a `Location` header specifying the new URI. This
51
51
52
52
### Cloudflare-specific information
53
53
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/).
55
55
56
56
## 302 Found
57
57
@@ -71,7 +71,7 @@ This status is typically used to:
71
71
72
72
### Cloudflare-specific information
73
73
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/).
75
75
76
76
## 303 See Other (since HTTP/1.1)
77
77
@@ -87,7 +87,7 @@ Although the initial 303 response is not cacheable, the response to the subseque
87
87
88
88
### Cloudflare-specific information
89
89
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.
0 commit comments