Android Authentication scheme ntlm not supported

前端 未结 4 2038
别那么骄傲
别那么骄傲 2021-02-10 16:31

I am using asynhttpClient for basic authentication

http://loopj.com/android-async-http/

that is looj lib..

below is my code:

usernameRandomPassw

4条回答
  •  醉梦人生
    2021-02-10 16:52

    Looks to me that you are possibly behind a proxy? NTLM looks to be a largely undocumented Microsoft protocol:

    http://www.innovation.ch/personal/ronald/ntlm.html

    You cannot simply use Basic Auth because this is some different authentication scheme required by the server to whom you are speaking, or by a proxy in between you and your destination.

提交回复
热议问题