<div dir="ltr">Hi,<div><br></div><div>I would appreciate if someone could answer a question about:</div><div><font face="monospace, monospace"><b>-[WKNavigationDelegate webView:didReceiveAuthenticationChallenge:completionHandler:]</b></font></div><div><br></div><div>According to method&#39;s documentation in WKNavigationDelegate.h:</div><div><br></div><div><i>&quot;If you do not implement this method, the web view will respond to the authentication challenge with the NSURLSessionAuthChallengeRejectProtectionSpace disposition.&quot;. </i></div>







<div><br></div><div>But according to <font face="monospace, monospace">NSURLSessionAuthChallengeDisposition.NSURLSessionAuthChallengePerformDefaultHandling</font> documentation in NSURLSession.h:</div><div>







<p class="p1"><span class="s1"><font face="monospace, monospace">&quot;Default handling for the challenge - as if this delegate were not implemented; the credential parameter is ignored.&quot;</font></span></p></div>







<div><br></div><div>So my question is: are these 2 enum values (<span style="font-family:monospace,monospace">NSURLSessionAuthChallengePerformDefaultHandling and </span><font face="monospace, monospace">NSURLSessionAuthChallengeRejectProtectionSpace)</font><font face="arial, helvetica, sans-serif"> identical for the purpose of implementing </font><span style="font-family:monospace,monospace">didReceiveAuthenticationChallenge:</span><font face="arial, helvetica, sans-serif">?</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">If I want to implement </font><span style="font-family:monospace,monospace">didReceiveAuthenticationChallenge:</span><font face="arial, helvetica, sans-serif"> and perform its default behavior (as this method was not implemented) which enum value should I use?</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Thanks in advance,</font></div><div><font face="arial, helvetica, sans-serif">Eugene</font></div>







<div><br></div><div><br></div><div><br></div>























</div>