diff --git a/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx b/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx index ba9aae95f3f76d..290c3679375a52 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx @@ -14,9 +14,9 @@ The requirements the server must follow when sending 1xx Informational status co Cloudflare forwards all 1xx responses from origin servers but does not generate them directly. -## 100 Continue ([RFC7231](https://tools.ietf.org/html/rfc7231)) +## 100 Continue -The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. +The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231). ### Common use cases @@ -28,9 +28,9 @@ When a client includes the `Expect: 100-continue` header, it is requesting a con Cloudflare uses Keep-Alive connections to maintain persistent communication between clients and servers, making the `100 Continue` response typically unnecessary, as Keep-Alive reduces overhead and eliminates the need for intermediate confirmations. -## 101 Switching Protocols ([RFC7231](https://tools.ietf.org/html/rfc7231)) +## 101 Switching Protocols -The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. +The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231). ### Common use cases @@ -40,9 +40,9 @@ The 101 Switching Protocols status code indicates that the server has accepted t Cloudflare supports WebSocket connections, which often involve the 101 Switching Protocols status code. The protocol switch allows clients to establish a WebSocket connection for real-time, bidirectional communication. For information about Cloudflare's Websockets, refer to [Cloudflare Now Supports Websockets](https://blog.cloudflare.com/cloudflare-now-supports-websockets/). -## 102 Processing ([RFC2518](https://tools.ietf.org/html/rfc2518)) +## 102 Processing -102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. +102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. For more information refer, to [RFC2518](https://tools.ietf.org/html/rfc2518). ### Common use cases