zandy
zandy copied to clipboard
WebDAV Digest Authentication
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.)
User guide updated. Thanks for pointing this out.