Live data from Hacker News

How are messages sent through WhatsApp/Telegram web?

news.ycombinator.com

1–3 of 3 posts

How are messages sent through WhatsApp/Telegram web?

#1
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!

Re: How are messages sent through WhatsApp/Telegram web?

#3

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!