RE: Authentication in existing WebDAV servers

The spec says that digest MUST be supported. You can use anything you want,
including nothing.

> -----Original Message-----
> From: Greg Stein [mailto:gstein@lyra.org]
> Sent: Monday, November 01, 1999 6:54 PM
> To: Richard C.
> Cc: 'WebDAV'
> Subject: Re: Authentication in existing WebDAV servers
> 
> 
> On Mon, 1 Nov 1999, Richard C. wrote:
> > I am writing a Java problem to connect to WebDAV server, I am using
> > HTTPClient library, so should I use basic authentication or digest
> > authentication?  
> 
> The WebDAV spec states that Digest authentication must be used.
> 
> However, all clients and servers, that I'm aware of, are 
> flexible in this
> regard. For example, Apache and mod_dav will allow the use of Basic
> authentication.
> 
> Cheers,
> -g
> 
> --
> Greg Stein, http://www.lyra.org/
> 

Received on Tuesday, 2 November 1999 01:50:35 UTC