Skip to content

Commit 422392e

Browse files
Merge pull request #211095 from dlepow/websock
[APIM] Update WebSocket limitations
2 parents 0a2a44e + 25b4259 commit 422392e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/websocket-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Below are the current restrictions of WebSocket support in API Management:
112112

113113
* WebSocket APIs are not supported yet in the Consumption tier.
114114
* WebSocket APIs are not supported yet in the [self-hosted gateway](./self-hosted-gateway-overview.md).
115-
* Azure CLI, PowerShell, and SDK currently do not support management operations of WebSocket APIs.
116115
* 200 active connections limit per unit.
117116
* Websockets APIs support the following valid buffer types for messages: Close, BinaryFragment, BinaryMessage, UTF8Fragment, and UTF8Message.
118-
* Currently, the set header policy doesn't support changing certain well-known headers, including `Host` headers, in onHandshake requests.
117+
* Currently, the [set-header](api-management-transformation-policies.md#SetHTTPheader) policy doesn't support changing certain well-known headers, including `Host` headers, in onHandshake requests.
118+
* During the TLS handshake with a WebSocket backend, API Management validates that the server certificate is trusted and that its subject name matches the hostname. With HTTP APIs, API Management validates that the certificate is trusted but doesn’t validate that hostname and subject match.
119119

120120
### Unsupported policies
121121

0 commit comments

Comments
 (0)