When i request 'https://appleid.apple.com/auth/keys' via my browser I do get 3 keys, But requesting from several cloud providers i get only a bogus reply:
{
"url": "https://appleid.apple.com/auth/keys"
}
Why is that?
I'm using a very bare bones node request:
fetch('https://appleid.apple.com/auth/keys');