Is it possible to get all of Chrome incoming IP connections? I want to list it with Chrome extension
Use case: chat roulette site shows IP-adress of every new stranger. I see it in Wireshark.
Is it possible to get Chrome extension?
Is it possible to get all of Chrome incoming IP connections? I want to list it with Chrome extension
Use case: chat roulette site shows IP-adress of every new stranger. I see it in Wireshark.
Is it possible to get Chrome extension?
You can list all incoming connections with Socket.IO, but you need a Node.js server.
Get the client's IP address in socket.io
You can monitor the Socket.IO traffic with the default options in Chrome DevTools.
How do you inspect websocket traffic with Chrome Developer Tools?