[Webkit-unassigned] [Bug 189318] New: [Curl] Response with collect authentication scheme for authentication challenge.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 14:58:51 PDT 2018


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

            Bug ID: 189318
           Summary: [Curl] Response with collect authentication scheme for
                    authentication challenge.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

Curl port depends on libcurl's authentication handling by enabling CURLAUTH_ANY. With this mode, the round-trip communication between the client and the server is handled by libcurl internally. That's okay for many cases. But when initial request has a credentials (i.e. XMLHttpRequest), there's no valid chance to store credential to the storage because the returned response is not 401.

-- 
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/20180905/9c5f7d98/attachment.html>


More information about the webkit-unassigned mailing list