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
The server responds with 207 Multi-Status (which is unusual (most servers would return 404 - Not Found in this example) but probably within the WebDAV specs):
I need to find out what status(es) the server responds with (detect the 404), but it appears like the PropertyStatuses field is not populated correctly:
The text was updated successfully, but these errors were encountered:
I am making a Propfind request like this:
var response = await client.Propfind("/some/file.name", new PropfindParameters());
This XML request is sent over the wire:
The server responds with
207 Multi-Status
(which is unusual (most servers would return 404 - Not Found in this example) but probably within the WebDAV specs):I need to find out what status(es) the server responds with (detect the 404), but it appears like the
PropertyStatuses
field is not populated correctly:The text was updated successfully, but these errors were encountered: