FW: Re: WebDAV enabled applet example

Accidentally caught by the spam filter.

- Jim
-----Original Message-----
From: Kam Kasravi [mailto:kam@intraspect.com]
Sent: Friday, August 25, 2000 6:29 PM
To: w3c-dist-auth@w3.org
Subject: [Moderator Action] Re: WebDAV enabled applet example


JC:



You also need a space between the last request header and the body of the
message.  Also leave off the trailing space on the authorization header.
Try:



PROPFIND / HTTP/1.1

Connection:Keep-Alive

Conent-length:XXX

Content-type:text/xml

 Accept-language:en-us

 Authorization:Basic YWRtaZ46YWRtaW4=

 Host:webfolders.mydocsonline.com

 User-agent:Microsoft Data Access Internet Publishing Provider DAV 1.1

 Depth:0



<?xml version=\"1.0\" encoding=\"utf-8\"?>
<D:propfind xmlns:D=\"DAV:\">
<D:allprop/>

</D:propfind>









Kam

Received on Monday, 28 August 2000 14:05:38 UTC