-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameters for the "login" command #9
Comments
Okay, item 2 and 3 are quite obvious: 2 is the |
Thanks, it seems item 4 is the |
Sorry for the delay.
Yep, there are a lot of interesting things in the local storage to investigate. Thanks, |
Ah, alright, that's good to know. I'm happy that you got it to work. And yes, I added an email address to my GitHub account: [email protected] |
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).
The text was updated successfully, but these errors were encountered: