Re: [android-developers] Digest HttpS connection

2011-05-09 Thread New Developer
Okay I managed to work out I need to connect twice 1) just to get the nonce from the server and the Realm 2) to actually connect and send the username and password response Now I can get the first page, but how do I continue to get other pages ? or do further request ? This is my secon

Re: [android-developers] Digest HttpS connection

2011-05-08 Thread Kumar Bibek
First check what 401 means. And then try to narrow down the possible causes of the problem. Full working sample code! Ah!! I don't think anyone has so much time for that. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sun, May 8, 2011 at 11:29 PM, New Developer wrote:

[android-developers] Digest HttpS connection

2011-05-08 Thread New Developer
I keep finding code snippets for use with https none have worked either get a 401 error or some other error Any got or know a full working tutorial that uses httpS not http and Digest Authentication that shows how to send and receive data from a website using these two parameters htt