Skip to content

Instantly share code, notes, and snippets.

@tribut
Created August 26, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tribut/60d761adae1e95250d557976d7d8e27c to your computer and use it in GitHub Desktop.
Save tribut/60d761adae1e95250d557976d7d8e27c to your computer and use it in GitHub Desktop.
> REPORT /rpc/addressbooks/USERNAME/ADDRESSBOOK/ HTTP/1.1
> Soup-Debug-Timestamp: 1598005278
> Soup-Debug: EWebDAVSession 1 (0x7f559000c7a0), SoupMessage 8 (0x7f559031f290), SoupSocket 8 (0x7f558c00cdc0)
> Host: HOSTNAME
> User-Agent: Evolution/3.36.4
> Connection: close
> Cache-Control: no-cache
> Pragma: no-cache
> Content-Type: application/xml; charset="utf-8"
> Accept-Encoding: gzip, deflate
> Accept-Language: en-us, en;q=0.9, en;q=0.8
> Authorization: Basic [USERNAME:****************]
>
> <addressbook-multiget xmlns="urn:ietf:params:xml:ns:carddav" xmlns:D="DAV:">
> <D:prop>
> <D:getetag/>
> <address-data/>
> </D:prop>
> <D:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520423.vcf</D:href>
> <D:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520314.vcf</D:href>
> <D:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520069.vcf</D:href>
> [...]
> </addressbook-multiget>
< HTTP/1.1 207 Multi-Status
< Soup-Debug-Timestamp: 1598005280
< Soup-Debug: SoupMessage 8 (0x7f559031f290)
< Date: Fri, 21 Aug 2020 10:21:18 GMT
< Server: Apache
< Upgrade: h2
< Connection: Upgrade, close
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Cache-Control: no-store, no-cache, must-revalidate
< Pragma: no-cache
< Vary: Brief,Prefer,Accept-Encoding
< Content-Encoding: gzip
< Content-Length: 7003
< Content-Type: application/xml; charset=utf-8
<
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:cal="urn:ietf:params:xml:ns:caldav" xmlns:cs="http://calendarserver.org/ns/" xmlns:card="urn:ietf:params:xml:ns:carddav"><d:response><d:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520423.vcf</d:href><d:propstat><d:prop><card:address-data>BEGIN:VCARD&#13;
VERSION:3.0&#13;
FN:LASTNAME1\, FIRSTNAME1&#13;
EMAIL;TYPE=INTERNET:FIRSTNAME1.LASTNAME1@DOMAIN&#13;
TEL;TYPE=WORK,VOICE:+49 (000) 0000000&#13;
N:LASTNAME1;FIRSTNAME1;;;&#13;
ORG:ORG1&#13;
END:VCARD&#13;
</card:address-data><d:getetag>"6a1[...]"</d:getetag></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520314.vcf</d:href><d:propstat><d:prop><card:address-data>BEGIN:VCARD&#13;
VERSION:3.0&#13;
FN:LASTNAME2\, FIRSTNAME2&#13;
EMAIL;TYPE=INTERNET:FIRSTNAME2.LASTNAME2@DOMAIN&#13;
TEL;TYPE=WORK,VOICE:+49 (000) 0000000&#13;
N:LASTNAME2;FIRSTNAME2;;;&#13;
ORG:ORG2&#13;
END:VCARD&#13;
</card:address-data><d:getetag>"0cb[...]"</d:getetag></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/rpc/addressbooks/USERNAME/ADDRESSBOOK/10520069.vcf</d:href><d:propstat><d:prop><card:address-data>BEGIN:VCARD&#13;
VERSION:3.0&#13;
FN:LASTNAME3\, FIRSTNAME3&#13;
EMAIL;TYPE=INTERNET:FIRSTNAME3.LASTNAME3@DOMAIN&#13;
TEL;TYPE=WORK,VOICE:+49 (000) 0000000&#13;
N:LASTNAME3;FIRSTNAME3;;;&#13;
ORG:ORG3&#13;
END:VCARD&#13;
</card:address-data><d:getetag>"c0e[...]"</d:getetag></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment