I need to authenticate to use a rest web service.

I make a

HttpClient httpclient = new DefaultHttpClient();

an there must be a way to use UsernamePasswordCredentials on that client.

Can somebody please point me to a relevant example?

I have found some source code uding the HttpClient class in the org.apache.commons.SOMETHING_HTTP, but that doesn't exist on Android.

Cheers

link|improve this question

40% accept rate
In title, "Authentication" instead of "Authentification". Please also write "http" in the title. – moala Oct 1 '10 at 11:13
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.