[Webkit-unassigned] [Bug 118468] New: [Curl] Download fails for certain urls.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 05:52:31 PDT 2013


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

           Summary: [Curl] Download fails for certain urls.
           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 download implementation has a few shortcomings:

1) Downloading from secure locations fails. We need to provide Curl with the path to a certificate file (.pem file).

2) Cookies are not set in the download request. We need to give Curl the path to the cookie file.

3) When a normal load is converted to a download, some of the headers from the original request is not sent (e.g. Referer, User agent).

-- 
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