• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

authentication from server help

plz tell me the

authentication code for accessing private folder from server

my inputs are:

url:
username
password

it would be appreciate

regards
aarif
 
code is not authenting the client

Authenticator.setDefault(new Authenticator()
{
protected PasswordAuthentication getPasswordAuthentication(){
return new PasswordAuthentication("username","password".toCharArray());
}});


i want to read a private pdf file from server


plz do help i struggling it last5 days​

 
Let's see if we can get a response for you here in the Computers and IT section where I've moved your question for you, aarifmkhan.

Be patient. ;)
 
Back
Top Bottom