[Webkit-unassigned] [Bug 124452] New: [Curl] Basic authentication is not reused.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 16 02:28:52 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=124452
Summary: [Curl] Basic authentication is not reused.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: peavo at outlook.com
After I've made a successful basic authentication, the credentials are not reused for later requests.
In the CFNetwork port, this is solved by first checking if credentials exists for a given url in a new request.
If credentials are found, basic authentication is tried first.
Also, when a 401 response is received, the first thing the CFNetwork port does, is to check if m_user/m_pass is set (which means no authentication method is given in the request).
If so, the m_user/m_pass credential is sent in the request to the server.
This can be done in the same way for the Curl version.
--
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