リクエスト (google-chrome コンソール):
Request URL:https://<name>:5553/myproxy.cgi?5443/
Request Method:PROPFIND
Status Code:207 Multi-Status
Request Headersview source
Accept:*/*
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Authorization:Basic dmJveDp2Ym94
Connection:keep-alive
Content-Length:241
Content-Type:text/xml; charset="UTF-8"
Cookie:settingsCookie=5-9-5-0; Auth=Basic%20dmJveDp2Ym94; testCookie=test
Depth:0
Host:<name>:5553
Origin:https://<name>:5553
Referer:https://<name>:5553/Browser/index.html
User-Agent:Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.70 Safari/537.17
Query String Parametersview sourceview URL encoded
5443/:
Request Payload
<?xml version="1.0"?><propfind xmlns="DAV:"><prop><resourcetype/><displayname/><creationdate/><getlastmodified/><getcontentlength/><getcontenttype/><supportedlock/><lockdiscovery/><quota-available-bytes/><quota-used-bytes/></prop></propfind>
Response Headersview source
Cache-Control:max-age=0
Connection:Keep-Alive, Keep-Alive
Content-disposition:attachment; filename=
Content-Encoding:gzip
Content-Length:449
Content-Type:text/xml; charset="utf-8"
Date:Wed, 20 Feb 2013 05:37:37 GMT
Expires:Wed, 20 Feb 2013 05:37:37 GMT
Keep-Alive:timeout=15, max=59
Server:Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/1.0.1c DAV/2
Vary:Accept-Encoding
応答データ:
<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:" xmlns:lp2="http://apache.org/dav/props/" xmlns:g0="DAV:">
<D:href>/</D:href>
<D:propstat>
<D:prop>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp1:creationdate>2013-02-18T12:59:45Z</lp1:creationdate>
<lp1:getlastmodified>Mon, 18 Feb 2013 12:59:45 GMT</lp1:getlastmodified>
<D:supportedlock>
<D:lockentry>
<D:lockscope><D:exclusive/></D:lockscope>
<D:locktype><D:write/></D:locktype>
</D:lockentry>
<D:lockentry>
<D:lockscope><D:shared/></D:lockscope>
<D:locktype><D:write/></D:locktype>
</D:lockentry>
</D:supportedlock>
<D:lockdiscovery/>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
<D:propstat>
<D:prop>
<g0:displayname/>
<g0:quota-available-bytes/>
<g0:quota-used-bytes/>
</D:prop>
<D:status>HTTP/1.1 404 Not Found</D:status>
</D:propstat>
</D:response>
</D:multistatus>
ステータスとデータは正しいですが、エラー NotFoundLocation をスローします。送信/受信の「フォルダー」が同一ではないことを比較する際に問題が発生する可能性があると思います。あなたの意見を投稿してください。