Re: httplib/DAV: How to respond to "WWW-Authenticate: NTLM" ?

2006-10-12 Thread Steve Holden
robert wrote: > In a DAV scheme with PROPFIND or GET (PROPFIND /test/ HTTP/1.1) and > Basic AUTH to a MS SharePoint over https server (AUTH required), he > responds 'WWW-Authenticate: NTLM' only: > > reply: 'HTTP/1.1 401 Unauthorized\r\n' > header: Content-Length: 1656 > header: Content-Type: t

httplib/DAV: How to respond to "WWW-Authenticate: NTLM" ?

2006-10-12 Thread robert
In a DAV scheme with PROPFIND or GET (PROPFIND /test/ HTTP/1.1) and Basic AUTH to a MS SharePoint over https server (AUTH required), he responds 'WWW-Authenticate: NTLM' only: reply: 'HTTP/1.1 401 Unauthorized\r\n' header: Content-Length: 1656 header: Content-Type: text/html header: Server: Mic