Send user agent header.

This commit is contained in:
Andrew McMillan 2007-11-25 00:44:52 +13:00
parent 401375642b
commit e636f17c67
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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