-
Notifications
You must be signed in to change notification settings - Fork 111
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
New ut/auth #420
Comments
@m-jacob do you have any tips on how to use fiddler to get the requests from web app?? |
hello,I am also facing the same problem. Have you resolved it? |
Sorry for the delay 😄 |
I was able to compute the ds back in FUT 21, using a weird method:
I'll post the code when I find it back. |
@DjTrilogic How you find out by Selenium which javascript is responsible in order to compute it? |
I had to find the magic string from the js, i don't remember the exact method, but it should not be difficult |
I'm updating this project for FIFA 22. I've updated a lot of things already, but last thing for the auth having problem(
For the ut/auth we have new payload
{
"isReadOnly": false,
"sku": "FUT22WEB",
"clientVersion": 1,
"locale": "en-US",
"method": "authcode",
"priorityLevel": 4,
"identification": {
"authCode": "QUOwAD9I1Fx0vbFLAZid3I59dRdfsJ2WspUp8W0wAQ",
"redirectUrl": "nucleus:rest"
},
"nucleusPersonaId": myId,
"gameSku": "FFA22PS4",
"ds": "aa9eb50afbea60f4efe7daf703c20c679fc5c6df89ac967915d9e81bc4f27b77/dbd8"
}
You can see new parameter like - ds. I assume that dataSource, but I'm not sure. Also I don't know how to create value for the ds. Every time it's new value.
Also js file is obfuscated from EA.
Does someone have ideas what is it? Let me know if you are working on this project, please.
My discord : jacob#6151
The text was updated successfully, but these errors were encountered: