Why I cannot see network activity in WhatsApp Web? I mean in developer tools (F12), in the Network tab. I tried with both Firefox and Google Chrome.
Asked
Active
Viewed 1,200 times
3
-
5Because they're using Websockets. You can find the info [here](http://stackoverflow.com/questions/5751495/debugging-websocket-in-google-chrome). – Yasser Zamani Oct 29 '16 at 07:24
-
Please share more details. Is this in any way related to programming? – Nico Haase Oct 02 '21 at 08:04
1 Answers
4
In Firefox navigate to web.whatsapp.com. Open developer tools (F12). Go to network tab. Select WS. Refresh the web page. Now you can see the web socket logs.
You won't see network traffic if you open developer tools after initial WS is send.

ilhan
- 8,700
- 35
- 117
- 201