You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have access to a sabre server, when accessing it through the browser it says "SabreDAV 4.3.1 (c)2007-2022", and it also lists up lots of properties, both for /cal.php, /cal.php/principals/, etc, including the d:current-user-principal property.
I try to pass this request to the server (I edited it, added some extra white space for clarity):
The current-user-principal property is not returned. Apparently the body is ignored. Whatever body I send, it returns the same. I can send invalid XML, or simply "Hello world!" and it makes no difference. The request is sent via the test code for the python caldav client library - the test code works towards a lot of other caldav servers, I've never seen this problem with any other servers. Any hints on how I can proceed debugging this?
The text was updated successfully, but these errors were encountered:
I have access to a sabre server, when accessing it through the browser it says "SabreDAV 4.3.1 (c)2007-2022", and it also lists up lots of properties, both for
/cal.php
,/cal.php/principals/
, etc, including thed:current-user-principal
property.I try to pass this request to the server (I edited it, added some extra white space for clarity):
And I do get this in return (I've edited it, added some extra white space for readability):
The current-user-principal property is not returned. Apparently the body is ignored. Whatever body I send, it returns the same. I can send invalid XML, or simply "Hello world!" and it makes no difference. The request is sent via the test code for the python caldav client library - the test code works towards a lot of other caldav servers, I've never seen this problem with any other servers. Any hints on how I can proceed debugging this?
The text was updated successfully, but these errors were encountered: