Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/network/websockets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Loading