mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
24 lines
550 B
Plaintext
24 lines
550 B
Plaintext
#
|
|
# Testing with a process similar to iCal 10.5
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEAD
|
|
|
|
HEADER=User-Agent: DAVKit/2.0 (10.5; wrbt) iCal 3.0
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 1
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<x0:propfind xmlns:x0="DAV:">
|
|
<x0:prop>
|
|
<x0:getetag/>
|
|
<x0:resourcetype/>
|
|
</x0:prop>
|
|
</x0:propfind>
|
|
ENDDATA
|
|
|
|
# REPLACE=/<get.tag>"[0-9a-f]{32}"<.get.tag>/<get?tag>"deadbeefcafef00ddeadbeefcafefeed"<.get?tag>/
|
|
# REPLACE=/^ETag: "[0-9a-f]{32}"/ETag: "deadbeefcafef00ddeadbeefcafefeed"/
|