zandy icon indicating copy to clipboard operation
zandy copied to clipboard

WebDAV Digest Authentication

Open pteromys opened this issue 10 years ago • 1 comments

Apparently Android's HttpURLConnection only supports basic authentication, not digest. https://code.google.com/p/android/issues/detail?id=11140 So to support digest, it looks like you'd have to do something trickier. Maybe this? https://gist.github.com/slightfoot/5624590 Or we could just wait for someone in Android to fix it; but given the lack of progress in 4 years I don't feel so hopeful.

In the meantime, could you at least warn users on the forum or the users guide that digest auth doesn't work but basic over https does? (This tested on Zandy 1.4.1 on Android 4.4.2 with Apache 2.4/mod_dav.)

pteromys avatar Jun 02 '14 04:06 pteromys

User guide updated. Thanks for pointing this out.

avram avatar Aug 24 '14 17:08 avram