When I use appleid.apple.com/auth/token to get accessToken, I need to constantly pay attention to the rate limit of my account. In https://developer.apple.com/documentation/appstoreconnectapi/identifying_rate_limits, it told that "The API presents rate limits to users in an HTTP header. Every response from the API includes an X-Rate-Limit HTTP header", but in my response from appleid.apple.com/auth/token, I can't find the head named X-Rate-Limit.
Asked
Active
Viewed 55 times