LUFCMOT
LUFCMOT
I have made a script that dips into the email inbox and gets the code - but i cannot for the life of me find out what URL to send...
they can only be used once.
I dont need too I have a script that grabs the code from the email account.
We need the URL where the security data is sent
@oczkers but where is "twoFactorCode" => $thecode, "_trustThisDevice" => "on", "trustThisDevice" => "on", "_eventId" => "submit" POST too?
^ Ditto but php.
@oczkers I am sending the code to (s3) https://signin.ea.com/p/web/login?execution=e279030983s3&initref=https://accounts.ea.com:443/connect/auth?scope=basic.identity+basic.persona+signin+offline+security.challenge&redirect_uri=http%3A%2F%2Fwww.easports.com%2Ffifa%2Flogin_check&locale=en_US&state=ii6eMmZdi2IxVeGx8jKEPOLFql0mEVioU-hvDviXjvw&response_type=code&client_id=EASFC-web but I just get a 400 error Bad request.
$url = "https://signin.ea.com/p/web/login?execution=e279030983s3&initref=https://accounts.ea.com:443/connect/auth?scope=basic.identity+basic.persona+signin+offline+security.challenge&redirect_uri=http%3A%2F%2Fwww.easports.com%2Ffifa%2Flogin_check&locale=en_US&state=ii6eMmZdi2IxVeGx8jKEPOLFql0mEVioU-hvDviXjvw&response_type=code&client_id=EASFC-web"; private function Verify($url) { $request = $this->_client->post($url, array(), array( "twoFactorCode" => "84725048", "_trustThisDevice" => "on", "trustThisDevice" => "on", "_eventId" => "submit" )); $response = $request->send(); }