WebDavServer icon indicating copy to clipboard operation
WebDavServer copied to clipboard

Don't allow clients to see contents of a collection?

Open jessebarocio opened this issue 5 years ago • 1 comments

Is it possible to configure the server in such a way that a client must have a direct URL to access a file? I don't want them to be able to see or discover the contents of a collection.

jessebarocio avatar Nov 12 '19 22:11 jessebarocio

Maybe you can try to implement a request filter that forbids PROPFIND on a collection?

fubar-coder avatar Nov 13 '19 08:11 fubar-coder

You can create your own file system and control what is visible at every level. We used this to emulate folders using customer names, and adding subfolders for each project. https://github.com/FubarDevelopment/WebDavServer/blob/a11219eece75c5daa6dc2f7126fc705765a29920/articles/custom-fs.md

andreasringdal avatar Mar 28 '23 10:03 andreasringdal