Discussion 議論
The URLSession
disposition is only appropriate in fairly unusual situations. For example, a Windows server might use both NSURLAuthentication
and NSURLAuthentication
. If your app can only handle NTLM, you would want to reject the Negotiate challenge, in order to then receive the queued NTLM challenge.
URLSession
の意向は、かなり普通でない状況に適切なだけです。例えば、あるWindowsサーバはNSURLAuthentication
とNSURLAuthentication
の両方を使うかもしれません。あなたのアプリがNTLMを取り扱うことだけが可能ならば、あなたはNegotiateチャレンジを拒否したいでしょう、それからその順番を待つNTMLチャレンジを受け取るために。
However, most apps won't face this scenario, and if you cannot provide a credential for a certain authentication method, you should usually fall back to the URLSession
disposition instead.
しかしながら、ほとんどのアプリはこの筋書きに直面しないでしょう、そしてあなたが資格情報を特定の認証メソッドに提供できないならば、あなたは通常はURLSession
の意向に後退すべきです、その代わりに。