You can add details to your request, for example, to send more parameters and headers. You can also configure the connection. Select the Params, Headers, or Settings tab to make changes.
You can't change request details while you're connected. You must make any changes before you connect, or select Disconnect to stop the current connection.
To change the protocol for a new request, do the following:
You can't change the request protocol after you select Save.
On the Params tab, add any parameters you'd like to append to the WebSocket URL. This works similarly to sending parameters in a REST request.
On the Headers tab, enter any headers you'd like to send with your message. This works similarly to configuring request headers in a REST request.
The following settings can be configured for your WebSocket request:
Setting | Description |
---|---|
Client version | The Socket.IO client version to be used to connect with the server. (Socket.IO only) |
Handshake path | The server-side path to be captured. (Socket.IO only) |
Handshake request timeout | How long the handshake request waits before timing out, in milliseconds. This is reset after every redirection. |
Reconnection attempts | The maximum number of reconnection attempts before disconnecting. |
Reconnection intervals | The period in milliseconds between reconnection attempts. |
Last modified: 2023/11/01