<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CyberDuck</title><link>https://sourceforge.net/p/coils/wiki/CyberDuck/</link><description>Recent changes to CyberDuck</description><atom:link href="https://sourceforge.net/p/coils/wiki/CyberDuck/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 07 Dec 2012 11:24:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/CyberDuck/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage CyberDuck modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/CyberDuck/</link><description>[Clients] [WebDAV](wiki:WebDAV)

[TOC]

#CyberDuck

___OpenGroupware User-Agent Id:___ Undefined
___Example User Agent String:___ Cyberduck/4.2.1 (9350) (Windows Vista/6.0) (x86)

##Requests

This thing uses ALLPROP requests, and apparently just tries to deal with the results; this is the only in-the-wild use of ALLPROP I have ever seen.

    PROPFIND /dav/Workflow/Routes/failTest/ HTTP/1.0
    Host: coils.wmmi.net
    X-Real-IP: 10.66.1.109
    X-Real-Port: 443
    X-Is-HTTPS: YES
    X-Forwarded-For: 10.66.1.109
    Connection: close
    Depth: 1
    Content-Type: text/xml; charset=utf-8
    Content-Length: 99
    User-Agent: Cyberduck/4.2.1 (9350) (Windows Vista/6.0) (x86)
    Authorization: Basic YXdpbGxpYW06ZnJlZDEyMw==
    Accept-Encoding: gzip,deflate
    
    &lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
    &lt;propfind xmlns="DAV:"&gt;
        &lt;allprop/&gt;
    &lt;/propfind&gt;
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Fri, 07 Dec 2012 11:24:46 -0000</pubDate><guid>https://sourceforge.netb61b314e3686a8fc8e7107b36ccd7e9ed325f394</guid></item></channel></rss>