webdav-browser-extension icon indicating copy to clipboard operation
webdav-browser-extension copied to clipboard

The firefox's webdav-browser-extension only shows the webdav server's XML code, but not the file management GUI

Open egg1234 opened this issue 1 year ago • 1 comments

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

egg1234 avatar Nov 06 '24 22:11 egg1234

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.

stokito avatar Nov 09 '24 19:11 stokito