mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
Send user agent header.
This commit is contained in:
parent
401375642b
commit
e636f17c67
@ -1,9 +1,10 @@
|
||||
#
|
||||
# PUT another event into the resource2 calendar so we can DELETE it
|
||||
# PUT an iCal style event into the database
|
||||
#
|
||||
TYPE=PUT
|
||||
URL=http://mycaldav/caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
|
||||
HEADER=Content-Type: text/calendar
|
||||
HEADER=User-Agent: DAVKit/2.0 (10.5.1; wrbt) iCal 3.0.1
|
||||
HEAD
|
||||
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
TYPE=PUT
|
||||
URL=http://mycaldav/caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
|
||||
HEADER=Content-Type: text/calendar
|
||||
HEADER=User-Agent: DAVKit/2.0 (10.5.1; wrbt) iCal 3.0.1
|
||||
HEADER=If-Match: "b3e66a461ef178bd4791b2b6509bbb9d"
|
||||
HEAD
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user