Upgrading WebSocket Connections
Lets try to upgrade our WebSocket by following step by step instructions.
We'll cover the following...
How to generate cURL
The easiest way to generate the cURL request is as follows:
-
First,
right-clickthe request labelledwebsocket?token=undefined&vsn=2.0.0under the “Name” column and then expandCopy. -
Then select the “
Copy as cURL” option. This will copy acURLrequest to awsprotocol URL. -
Paste the
cURLrequest into your favorite editor and replacews://withhttp://. ...
Ask