Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajb
910 days ago
The article says "I decided to intercept a message via WA web".
1 comments
isaacfrond
910 days ago
That was the initial idea, but it failed because Whatsapp traffic is end to end encrytped. The second idea, which actually worked, was to put a breakpoint in Whatsapp while running in an emulator.
link
LelouBil
910 days ago
No, not an emulator. Just using your browser's JavaScript debugger.
You can do that on any website.
link
flutas
910 days ago
Yeah, the article also says "WA web’s javascript was uglified and minified, however after a while of searching I found the right place."
link