Bug 330250 - Support preemptive authentication
Summary: Support preemptive authentication
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 14:21 UTC by Dennis Schridde
Modified: 2016-02-06 23:43 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2014-01-21 14:21:04 UTC
It would be great if Akonadi/DAV would support preemptive authentication, as that will speed up syncs with the WebDAV server.

RFC 2617 Section 2: A client MAY preemptively send the corresponding Authorization header with requests for resources in that space without receipt of another challenge from the server.

Several other WebDAV clients (e.g. Android CardDAV-Sync, CalDAV-Sync, DAVdroid) and Apache's HTTP client library support this.
Comment 1 Christoph Rüßler 2014-08-11 15:25:16 UTC
It would be great if this issue could be addressed as the log file of my owncloud installation is full of messages regarding missing authentication headers.
Comment 2 Grégory Oestreicher 2016-02-06 23:41:35 UTC
Looks more like a job for KIO http module. I can't find an option to enable this.