iOS WebDAV: Doesn't work with Digest authentication
dstillman
Zotero Team
This discussion was created from comments split from: iOS: WebDAV verification still fails (build 166).
Upgrade Storage
WebDAV worked perfectly with build 165. With 168, I can neither verify the WebDAV server nor can I download any files stored on the server.
This same WebDAV account worked fine with build 165 of the iOS client. Was support for digest authentication removed as of build 165?
We can look into whether we're able to support Digest as well.
Thank you!
As @mainland the digest authentication worked well in a previous version of the ios beta app. It does not work in build 168. The apache log gives error "401 Unauthorized" when trying to log in.
Digest is more secure than basic authentication, so I hope that this will be implemented. See https://httpd.apache.org/docs/2.4/mod/mod_dav.html#security.
Thanks for this!