How to debug websockets with wireshark

前端 未结 3 610
别那么骄傲
别那么骄傲 2020-12-31 00:54

I have hosted my websocket server using python tornado server on localhost ws://localhost:8001 and client is on another system on 192.168.0

3条回答
  •  天涯浪人
    2020-12-31 01:17

    You can also filter to show only WebSocket packets by using a display filter:

    (websocket)
    

提交回复
热议问题