Re: Http authentication

2018-07-19 Thread Felix E.
> Am 19.07.2018 um 17:29 schrieb Philip Martin : > > "Felix E." writes: > >> I understand that the very first request shouldn't contain any auth header. >> But If a svn function is called multiple times(for the same host etc.) and >> there was already a successful authentication, it should be p

Re: Http authentication

2018-07-19 Thread Philip Martin
"Felix E." writes: > I understand that the very first request shouldn't contain any auth header. > But If a svn function is called multiple times(for the same host etc.) and > there was already a successful authentication, it should be possible to add > the auth header to the following requests i

Re: Http authentication

2018-07-19 Thread Felix E.
I understand that the very first request shouldn't contain any auth header. But If a svn function is called multiple times(for the same host etc.) and there was already a successful authentication, it should be possible to add the auth header to the following requests instead of waiting for a auth

Re: Http authentication

2018-07-19 Thread Johan Corveleyn
On Thu, Jul 19, 2018 at 12:15 PM, Felix E. wrote: > > > On 2018/07/18 14:45:38, Branko Čibej wrote: >> On 18.07.2018 15:38, Essig Felix wrote:> >> >> >> > Hi,> >> >> >> > > >> >> >> > I have a question about the http authentication when using the> >> > subversion api 1.8.13.> >> >> >> > For exam

Re: Http authentication

2018-07-19 Thread Felix E.
On 2018/07/18 14:45:38, Branko Čibej wrote: > On 18.07.2018 15:38, Essig Felix wrote:> > >> > > Hi,> > >> > > > > >> > > I have a question about the http authentication when using the> > > subversion api 1.8.13.> > >> > > For example using the ‚svn_client_list3‘ function:> > >> > > Everytime this

Re: Http authentication

2018-07-18 Thread Branko Čibej
On 18.07.2018 15:38, Essig Felix wrote: > > Hi, > >   > > I have a question about the http authentication when using the > subversion api 1.8.13. > > For example using the ‚svn_client_list3‘ function: > > Everytime this function is called the first http request does not > contain any Authorization