[Webkit-unassigned] [Bug 118849] New: [Curl] Http response code 401 (Authentication required) is not handled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 06:23:28 PDT 2013


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

           Summary: [Curl] Http response code 401 (Authentication
                    required) is not handled.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


The current Curl implementation does not handle a 401 response.
When receiving http code 401, we need to give a notification that authorization is required, by calling the appropriate notification method.
This gives a WebKit client the possibility to present a password dialog to the user.
In response to this, we should provide Curl with the given username and password, so another request can be sent with the given credentials.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list