diff --git a/src/content/docs/network/websockets.mdx b/src/content/docs/network/websockets.mdx index dab2d60f0e90b5c..56ec122824262ce 100644 --- a/src/content/docs/network/websockets.mdx +++ b/src/content/docs/network/websockets.mdx @@ -32,6 +32,7 @@ To enable **WebSockets** connections to your origin server with the API, send a | Product | Compatible | Notes | | ---------------------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Argo](/argo-smart-routing/) | No | Argo is not compatible with WebSockets. | | [SSL](/ssl/) | Yes | | | [WAF](/waf/) | Yes\* | The initial HTTP 101 request is subject to WAF managed rules, custom rules, rate limiting rules, and other WAF features like any other WebSockets connection. However, once a connection has been established, the WAF does not perform any further inspections. | | [Workers](/workers/examples/websockets/) | Yes | You can also use [Durable Objects](/durable-objects/) as an endpoint for WebSocket sessions, giving you full control over messages sent to and from clients. |