18

Packet analyzers like Wireshark, and Fiddler allows for low-level packet dump, and appears to be the recommended way to debug binary websocket frames. Major problems of this approach includes secure websocket layers, complexity, friction in the development process, amongst others.

Other than Wireshark, what browser native, or extension tools are available to see at least a hex dump of binary frames exchanged via Websockets?

edit: as of Chrome 56.0, only frames of textual websocket connections can be watched (by going debug console (F12) -> Network -> Selecting the websocket connection (to identify: it has 101 HTTP status code) -> Frames panel); binary packets still show up as "binary frame (Opcode 2)

1
  • 1
    As @MrCC has correctly pointed out (in a now-deleted answer's comment), that nope, Chrome still doesn't do binary packets Commented Apr 6, 2017 at 20:55

1 Answer 1

1

In Firefox you use Web Socket Monitor extension to get hex dump for binary packets.

Example of web socket monition

Sign up to request clarification or add additional context in comments.

3 Comments

It's deprecated since Firefox Quantum (FF 57)
any other alternative?
The link has gone stale.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.