美文网首页JavaWeb 知识点
chrome抓包websocket frame显示为空

chrome抓包websocket frame显示为空

作者: 辰辰沉沉沉 | 来源:发表于2017-12-30 19:28 被阅读1571次

尝试抓websocket的包,遇上一个奇葩的问题,分享下。
测试网站如下http://websocket.org/echo.html
chrome抓websocket的包很简单

  • 打开http://websocket.org/echo.html
  • connect ,send,可以在前端看到输出
  • 打开chrome开发者工具,可以看到已经有websocket的连接

然而...啥都没有...


啥都没有

很迷,看了许久,搜了很多地方,换了电脑,升级了最新版本,依旧啥都没有...
终于,在StackOverflow 上找到了靠谱的回答...

To clarify the bottom "frame details panel" completely hides the "frames list" panel, unless you hover your mouse under the column sorting tab and drag down.

呵呵呵... 拉下来就好了...


呵呵呵

相关文章

网友评论

    本文标题:chrome抓包websocket frame显示为空

    本文链接:https://www.haomeiwen.com/subject/lldngxtx.html