The firefox's webdav-browser-extension only shows the webdav server's XML code, but not the file management GUI
I used the "https://github.com/hacdias/webdav" project to build a webdav server, and used firefox's webdav-browser-extension to broswe to the webdav server url. The firefox's webdav-browser-extension only shows the webdav server's XML code, but not the file management GUI. On the other hand, this webdav server can be used for winscp upload/download and windows can mount this webdav server as a drive.
thanks
The webdav server returns an XML with the 207 status on a GET request, same as for a PROPFIND. The extension can recognize this as a webdav share. But you still can click manually on the icon to load file manager UI. Bu the button also won't work because the file manager UI can't be so easily loaded into XML document. This is problematic and may be not so easy to fix.