You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
Now the Login URL is https://idmsa.apple.com/appleauth/auth/signin
with appliation/json POST request with the following parameters: {"accountName":"email@me.com","password":"password","rememberMe":true}
it will respond with "X-SESS", "site" and "aa" cookie. After this point I am stuck, as the website somehow gets "wosid" cookie, couldn't track it so far.
Any suggestions?
The text was updated successfully, but these errors were encountered:
@Marindrew did you get any further with this? I looked at the code on spaceship but it wasn't obvious how to get it working. I am getting back cookies from that URL but not sure what's need to auth correctly.
We run our scripts with Python, hence why Spaceship isn't ideal for the use case.
@TiernanKennedy Hi TiernanKennedy, can you help me ,I want to know how to use the api with Python, as konw little about Ruby ,I felt very confuse.I hope you can give me a simple example to use the api, Thanks very very much.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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@me.com","password":"password","rememberMe":true}
it will respond with "X-SESS", "site" and "aa" cookie. After this point I am stuck, as the website somehow gets "wosid" cookie, couldn't track it so far.
Any suggestions?
The text was updated successfully, but these errors were encountered: