Re: Re: [android-developers] about HTTP Auth in DownloadManager

2012-06-15 Thread Nikolay Elenkov
On Fri, Jun 15, 2012 at 5:01 PM, nicefuture wrote: > You probably need to add the proper (basic) authentication header using the > addRequestHeader() for this to work: > > does it only affect the next download session, will it affect all the > download session? > I haven't check the source, but i

Re: Re: [android-developers] about HTTP Auth in DownloadManager

2012-06-15 Thread nicefuture
: 2012-06-15 15:30 To: android-developers Subject: Re: [android-developers] about HTTP Auth in DownloadManager On Fri, Jun 15, 2012 at 4:17 PM, nicefuture wrote: > > Then, I tried to implement the http authentication in my application, BUT > I failed, I found the behavior is very strange, bel

Re: [android-developers] about HTTP Auth in DownloadManager

2012-06-15 Thread Nikolay Elenkov
On Fri, Jun 15, 2012 at 4:17 PM, nicefuture wrote: > > Then, I tried to implement the http authentication in my application, BUT > I failed, I found the behavior is very strange, below is the step: > > > > 1.   I already know the website’s userid and password, I tested using > the path contai