Karp 的技术博客

如何在Linux Shell中读取WebSocket响应

curl 请求的方式 不在有效 经常抛错

curl 'wss://ws.test.com' -H 'Upgrade: websocket' -H 'Connection: Upgrade' --verbose
* Protocol "wss" not supported or disabled in libcurl
* Closing connection -1
curl: (1) Protocol "wss" not supported or disabled in libcurl

更换使用 wscat

npm install -g wscat
/usr/bin/wscat -> /usr/lib/node_modules/wscat/bin/wscat
npm WARN notsup Unsupported engine for commander@9.5.0: wanted: {"node":"^12.20.0 || >=14"} (current: {"node":"8.17.0","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: commander@9.5.0
npm WARN notsup Unsupported engine for ws@8.16.0: wanted: {"node":">=10.0.0"} (current: {"node":"8.17.0","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: ws@8.16.0

+ wscat@5.2.0
added 9 packages from 7 contributors in 1.264s

指令测试

wscat -c 'wss://ws.test.com'
Connected (press CTRL+C to quit)

起码可以测试下 websocket 是否握手成功

websocket

版权属于:karp
作品采用:本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
更新于: 2023年12月26日 19:02
7

目录

来自 《如何在Linux Shell中读取WebSocket响应 》
774 文章数
0 评论量
9 分类数
779 页面数
已在风雨中度过 9年277天3小时48分