Skip to content

Commit f923000

Browse files
authored
Update websockets.mdx (#24777)
Adding row about lack of Argo compatibility with WebSockets
1 parent b57d5a3 commit f923000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/network/websockets.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To enable **WebSockets** connections to your origin server with the API, send a
3232

3333
| Product | Compatible | Notes |
3434
| ---------------------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35+
| [Argo](/argo-smart-routing/) | No | Argo is not compatible with WebSockets. |
3536
| [SSL](/ssl/) | Yes | |
3637
| [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. |
3738
| [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. |

0 commit comments

Comments
 (0)