Quote:
Originally Posted by kovidgoyal
There are various things that are on my TODO list for the CS:
5) ... We will likely have to move off HTTP digest based auth since the incompetents at google seem to be unable to implement support for it in Android. This means some kind of http form based auth, which is tricky since we cant use ssl in an application server.
|
For those on Apache 2.3+ you can use
mod_auth_form to provide authentication that works with Android devices - at least it works with the Galaxy Tab-10.1 V2 & V3 I have.