mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-23 14:50:14 +00:00
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
#
|
|
# Check for PROPFIND for scheduing inbox/outbox
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user1/
|
|
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20100917 Sunbird/1.0
|
|
HEADER=Accept: text/xml
|
|
HEADER=Accept-Language: en-us,en;q=0.5
|
|
HEADER=Accept-Charset: utf-8,*;q=0.1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEADER=Depth: 1
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<D:propfind xmlns:D="DAV:">
|
|
<D:prop>
|
|
<D:getcontenttype/>
|
|
<D:resourcetype/>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|