Advertisement
robn

Untitled

Dec 17th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. REPORT /dav/principals/ HTTP/1.0
  2. Accept: */*
  3. Content-type: text/xml
  4. Connection: close
  5. Content-length: 396
  6. Host: caldav.messagingengine.com
  7. User-agent: iOS/9.2 (13C75) dataaccessd/1.0
  8. Prefer: return=minimal
  9. Depth: 0
  10. Brief: t
  11. Accept-language: en-au
  12. Authorization: Basic ...
  13. Accept-encoding: gzip, deflate
  14.  
  15. <?xml version="1.0" encoding="UTF-8"?>
  16. <A:principal-property-search xmlns:A="DAV:" test="anyof" type="INDIVIDUAL">
  17. <A:prop>
  18. <C:record-type xmlns:C="http://calendarserver.org/ns/"/>
  19. <A:principal-URL/>
  20. <B:calendar-user-type xmlns:B="urn:ietf:params:xml:ns:caldav"/>
  21. <B:calendar-user-address-set xmlns:B="urn:ietf:params:xml:ns:caldav"/>
  22. </A:prop>
  23. </A:principal-property-search>
  24.  
  25. HTTP/1.1 400 Bad Request
  26. Connection: close
  27. Date: Thu, 17 Dec 2015 22:13:45 GMT
  28. Vary: Accept-Encoding
  29. Content-Type: text/html; charset=utf-8
  30. Content-Length: 493
  31.  
  32. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  33. <html>
  34. <head>
  35. <title>400 Bad Request</title>
  36. </head>
  37. <body>
  38. <h1>Bad Request</h1>
  39. <p>Missing DAV:property-search XML element</p>
  40. <hr>
  41. <address>Cyrus-HTTP/3.0.0-beta1-git-future-12249 Cyrus-SASL/2.1.25 OpenSSL/1.0.0 Zlib/1.2.7 LibXML2.9.1 SQLite/3.7.13 LibICal/2.0 ICU4C/4.8.1.1 Jansson/2.7 Server at caldav.messagingengine.com Port 2080</address>
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement