mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
23 lines
549 B
Plaintext
23 lines
549 B
Plaintext
#
|
|
# Using CADAVER to do a PROPFIND
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEADER=User-Agent: cadaver/0.22.3 neon/0.25.5
|
|
HEADER=Connection: TE
|
|
HEADER=TE: trailers
|
|
HEADER=Depth: 0
|
|
HEADER=Content-Type: application/xml
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:"><prop>
|
|
<getcontentlength xmlns="DAV:"/>
|
|
<getlastmodified xmlns="DAV:"/>
|
|
<executable xmlns="http://apache.org/dav/props/"/>
|
|
<resourcetype xmlns="DAV:"/>
|
|
<checked-in xmlns="DAV:"/>
|
|
<checked-out xmlns="DAV:"/>
|
|
</prop></propfind>
|
|
ENDDATA
|