Question: Does webdav protocol has property to open document in read-only mode?
kashcode opened this issue · 1 comments
kashcode commented
Or how can this be achieved?
ramondeklein commented
AFAIK it's not in the WebDAV specification, but you can return HTTP statuscode 403 (forbidden) for write operations. It's something that you could implement using a custom data-store.