Skip to content

Commit 3836058

Browse files
author
gitName
committed
typos
1 parent 81f9126 commit 3836058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/websocket-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ During the WebSocket passthrough, the client application establishes a WebSocket
4444
1. The client application sends a WebSocket handshake request to the gateway, invoking the onHandshake operation
4545
1. The API Management gateway applies configured policies and sends WebSocket handshake requests to the corresponding backend service.
4646
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.
4848
1. After the connection pair is established, API Management brokers messages back and forth between the client application and backend service.
4949
1. The client application sends a message to the gateway.
5050
1. The gateway forwards the message to the backend service.
@@ -57,7 +57,7 @@ During the WebSocket passthrough, the client application establishes a WebSocket
5757
5858
## onHandshake operation
5959

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.
6161

6262
:::image type="content" source="./media/websocket-api/onhandshake-screen.png" alt-text="onHandshake screen example":::
6363

@@ -72,7 +72,7 @@ Per the [WebSocket protocol](https://tools.ietf.org/html/rfc6455), when a client
7272

7373
| Field | Description |
7474
|----------------|-------|
75-
| Display name | The name by which your WebSocket API will be displayed. |
75+
| Display name | The name by which your WebSocket API is displayed. |
7676
| Name | Raw name of the WebSocket API. Automatically populates as you type the display name. |
7777
| WebSocket URL | The base URL with your websocket name. For example: *ws://example.com/your-socket-name* |
7878
| URL scheme | Accept the default |

0 commit comments

Comments
 (0)