davical/testing/tests/regression-suite/221-Moz-PROPFIND.test
2009-05-12 18:56:29 +12:00

25 lines
589 B
Plaintext

#
# Do a PROPFIND request
TYPE=PROPFIND
URL=http://mycaldav/caldav.php/user5/home/
HEAD
AUTH=user5:user5
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090324 Calendar/1.0pre
HEADER=Accept: text/xml
HEADER=Accept-Language: en-us,en;q=0.5
HEADER=Accept-Encoding: gzip,deflate
HEADER=Accept-Charset: utf-8,*;q=0.1
HEADER=Content-Type: text/xml; charset=utf-8
HEADER=Depth: 0
BEGINDATA
<D:propfind xmlns:D="DAV:" xmlns:CS="http://calendarserver.org/ns/">
<D:prop>
<D:resourcetype/>
<D:owner/>
<CS:getctag/>
</D:prop>
</D:propfind>
ENDDATA