I am sending a post request from my server to get a refresh token after signing in with Apple.
https://appleid.apple.com/auth/token
The request sometimes succeeds and sometimes times out and I can't figure out why.
Specifically, after sending a SYN, there is no SYN/ACK response from the Apple server.
What we currently know is that
- There are cases where it times out and cases where it succeeds.
- Timeouts do not occur on the local server
Why is there no SYN/ACK response?
Is there anything else I can try?