Hacker News new | ask | show | jobs
How are messages sent through WhatsApp/Telegram web?
1 points by q2dg 881 days ago
I'm trying to understand how requests and responses are sent inside a Whatsapp/Telegram web text chat.

My first idea has been inspect HTTPS requests/responses with "Network" tab from Firefox/Chrome Developers Tools, expecting to see some POST data but...for my surprise, when sending some text in Whatsapp/Telegram web to another person, there's no HTTPS request shown.None

What's going on? Thanks!

1 comments

WebSockets :)
Oh, yeah, of course! I didn't realized! Thanks!

I've finally managed to be able to see them in browser's developer tools, but now I see that their payload is shown encrypted. Well...that's another problem, though: I'll keep investigating.

Thanks again!