-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
What a next step after you got captcha resolved token? #7
Comments
I use 2captcha, and i just have captcha token P0, what's next? |
I saw your email! The P0 is the final transfer token, to get the final token you will need to encode all together the Session Init, P0, Xal and encode into base64 and boom there you go! Hope this helps my friend! |
As i know Xal - endoded telemetry, right? |
And a what a format for encode it? Like json? |
You must encode all of it into base64! The xal is the talon fingerprint, there is a api called init/execute which you need to parse the xal from the response! |
What a next step after you got captcha resolved token?
The text was updated successfully, but these errors were encountered: