You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/websocket-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ During the WebSocket passthrough, the client application establishes a WebSocket
44
44
1. The client application sends a WebSocket handshake request to the gateway, invoking the onHandshake operation
45
45
1. The API Management gateway applies configured policies and sends WebSocket handshake requests to the corresponding backend service.
46
46
1. The backend service upgrades a connection to WebSocket.
47
-
1.THe gateway upgrades the corresponding connection to WebSocket.
47
+
1.The gateway upgrades the corresponding connection to WebSocket.
48
48
1. After the connection pair is established, API Management brokers messages back and forth between the client application and backend service.
49
49
1. The client application sends a message to the gateway.
50
50
1. The gateway forwards the message to the backend service.
@@ -57,7 +57,7 @@ During the WebSocket passthrough, the client application establishes a WebSocket
57
57
58
58
## onHandshake operation
59
59
60
-
Per the [WebSocket protocol](https://tools.ietf.org/html/rfc6455), when a client application tries to establish a WebSocket connection with a backend service, it will first send an [opening handshake request](https://tools.ietf.org/html/rfc6455#page-6). Each WebSocket API in API Management has an onHandshake operation. onHandshake is an immutable, unremovable, automatically created system operation. The onHandshake operation enables API publishers to intercept these handshake requests and apply API Management policies to them.
60
+
Per the [WebSocket protocol](https://tools.ietf.org/html/rfc6455), when a client application tries to establish a WebSocket connection with a backend service, it first sends an [opening handshake request](https://tools.ietf.org/html/rfc6455#page-6). Each WebSocket API in API Management has an onHandshake operation. onHandshake is an immutable, unremovable, automatically created system operation. The onHandshake operation enables API publishers to intercept these handshake requests and apply API Management policies to them.
0 commit comments