Results 1 to 4 of 4
Thread: authentication from server
- 12-27-2010, 11:50 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
authentication from server
hi all
plz tell how we can authenticate users from server
i want to read a private file from server
my inputs are :
url of the private file :
username:
password:
Authenticator.setDefault(new Authenticator()
// {
// protected PasswordAuthentication getPasswordAuthentication(){
// return new PasswordAuthentication("username","password".toCha rArray());
// }});
but server is not autheticate these
thanks
- 12-28-2010, 01:02 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Can you show what you've done in bit of details? What you mean by authenticating in server?
- 12-28-2010, 11:05 AM #3
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
i want to download a private file from server to my mobile by using android
bt becz its an private file so it requires authentication of the client
i am passing above inputs but server isnt authenticating the user request
regards
aarif
- 12-29-2010, 02:28 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ok then, what the server returns to you?
Similar Threads
-
Server authentication using SSL
By jyoti in forum Advanced JavaReplies: 0Last Post: 11-23-2009, 07:12 PM -
jsp authentication
By tascoa in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-13-2009, 05:47 PM -
[SOLVED] How to do authentication
By Mrs. Deswal in forum NetworkingReplies: 8Last Post: 05-21-2009, 01:54 PM -
IIS Authentication
By akkarin in forum Java AppletsReplies: 0Last Post: 03-30-2009, 11:35 AM -
SSL Server with authentication of clients
By zoltan in forum NetworkingReplies: 0Last Post: 10-14-2008, 11:27 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks