I have built a WebDAV compliant server-side application, which is connected to Windows Web Folders. As I was doing some manual tests to confirm that the code does what it's supposed to do, I was wondering if there is any way to have a more detailed description of the error encountered by the server.
Example: I was trying to do a PUT for a file called 'other' in a collection which contained a collection called 'other'. The method failed for obvious reasons, but the response contained no information that could help the user identify what went wrong.
Thanks in advance.
PS: I suppose I could put the description in the HTTP body, which I assume it would be fine for clients like cadaver, but this approach won't work for Windows WebFolders.