I am trying to check websocket traffic using Chrome Developer Tools. From my research, it seems that you can see it using a tab on the network - and it even has a filter for "ws".
However, I looked at sites that I know use websockets and cannot find a way to check sent messages back and forth. Using Chrome v56, also tried Safari with no luck ...
Does anyone know how this can be achieved?
source
share