Add basic/digest authentication to AndroidServiceClient
Add built-in basic/digest authentication to the android JsonServiceClient/AndroidServiceClient
3
votes

Support for BasicAuth was added in 1.0.23 in this commit: https://github.com/ServiceStack/ServiceStack.Java/commit/80d0597f5dafa8f462fa86c2c78bfcfeeb4133d5
It uses the same API’s as the .NET ServiceClient, e.g client.setCredentials() and client.setAlwaysSendBasicAuthHeaders(true) if you always want the BasicAuth headers sent.