How are messages sent through WhatsApp/Telegram web?
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!
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!
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!