-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
Have you already tried to figure out what parameters are used for the "login" command? Here is a screenshot from Chrome DevTools:
This command is sent by the WhatsApp web application when an already authenticated client reopens a web socket connection (for example after page reloading or browser reopening).
Hint: I noticed that after sending a "login" command, a server "Conn" response no longer contains a "secret" along with other parameters. It confirms that the server implies that the client is already authenticated and has all required credentials (which is a perfectly valid assumption).
Metadata
Metadata
Assignees
Labels
No labels