Andriy Marin

Results 2 issues of Andriy Marin

Just pass `password` as a type and have the input covered with asterix

So, Apple updates their APIs Now the Login URL is https://idmsa.apple.com/appleauth/auth/signin with appliation/json POST request with the following parameters: `{"accountName":"[email protected]","password":"password","rememberMe":true}` it will respond with "X-SESS", "site" and "aa" cookie. After...