[Webkit-unassigned] [Bug 197650] [Curl] Suppress extra didReceiveAuthenticationChallenge call when accessing a server which checks basic auth.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 9 00:15:11 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197650

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #369469|review?                     |review-
              Flags|                            |

--- Comment #17 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 369469
  --> https://bugs.webkit.org/attachment.cgi?id=369469
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=369469&action=review

> Source/WebCore/ChangeLog:7
> +

Please add the comment #0 here.

> LayoutTests/http/tests/misc/resources/certificate-and-authentication.php:13
> +parent.postMessage("loaded", "*");

Do you need to use postMessage? Can you use onload as well as http/tests/ssl/certificate-validation.html .
If so, you can reuse a existing auth cgi.

And, I think it looks cool using async and await such like http/tests/ssl/certificate-validation.html.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190509/a3bfa7eb/attachment.html>


More information about the webkit-unassigned mailing list