mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-26 05:33:40 +00:00
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
#
|
|
# Testing for Spec compliance. PROPFIND on a principal,
|
|
# Depth: 0, looking for the supported-privilege-set response
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user1/
|
|
HEADER=User-Agent: RFC3744 Spec Tests
|
|
HEADER=Depth: 0
|
|
HEADER=Content-Type: application/xml
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:">
|
|
<prop>
|
|
<supported-privilege-set/>
|
|
</prop>
|
|
</propfind>
|
|
ENDDATA
|