Last active
May 15, 2021 15:22
-
-
Save Lahirutech/a376f2c9e68efda7c4b525d972dd04ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /chat HTTP/1.1 | |
Host: example.com:8000 | |
Origin:client.chat.com | |
Upgrade: websocket | |
Connection: Upgrade | |
Sec-WebSocket-Key: DSFEW%$#^%%*DGHBD | |
Sec-WebSocket-Protocol: | |
Sec-WebSocket-Version: 13 | |
Sec-WebSocket-Extensions:deflate-stream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment