Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDAV Digest Authentication #130

Closed
pteromys opened this issue Jun 2, 2014 · 1 comment
Closed

WebDAV Digest Authentication #130

pteromys opened this issue Jun 2, 2014 · 1 comment
Labels

Comments

@pteromys
Copy link

pteromys commented Jun 2, 2014

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.)

@avram
Copy link
Owner

avram commented Aug 24, 2014

User guide updated. Thanks for pointing this out.

@avram avram added the webdav label Oct 19, 2017
@avram avram closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants