How to use Digest Authentication in Android Retrofit?

I am creating an Android app that asks for a Digest Authenticated Server. I am using Retrofit to make requests. Can someone explain to me how to do this?

+3


source to share


1 answer


Based on what Jake Wharton said in here , you need to implement the class Authenticator

. Obviously you wanted Felix Queiruga in this particular answer.



0


source







All Articles