I am using asynhttpClient for basic authentication
http://loopj.com/android-async-http/
that is looj lib..
below is my code:
usernameRandomPassw
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.