Digest auth for WebDAV
Hello,
Been using Box.com for ages, and they recently killed their WebDAV services. So I'm trying to move on to Micro Focus Filr, which has WebDAV support, but is using digest auth. Other posts suggests that Zotero supports digest, but for some reason I can't get it to work in Zotero (on MacOS, access through console and Finder works fine). All I'm getting when trying to 'Verify server' is the error 'https://[fileurl] is not a valid WebDAV address'. Any suggestions?
Bug-report: 1247987957
Been using Box.com for ages, and they recently killed their WebDAV services. So I'm trying to move on to Micro Focus Filr, which has WebDAV support, but is using digest auth. Other posts suggests that Zotero supports digest, but for some reason I can't get it to work in Zotero (on MacOS, access through console and Finder works fine). All I'm getting when trying to 'Verify server' is the error 'https://[fileurl] is not a valid WebDAV address'. Any suggestions?
Bug-report: 1247987957
Don't know if it's of any interest (I noted the 404 in the log), but in console I get this:
curl --user '[user]:[pass]' 'https://[serverurl]/my_files/' --digest
<html>
<head>
<title>Directory listing for my_files</title>
</head>
<body>
<a href='/my_files/test'>test</a>
<br />
<a href='/my_files/zotero'>zotero</a>
<br />
</body>
</html>
DAV: 1
to indicate that the server supports WebDAV. From the spec:DAV: 1
?