vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

WebDav returning a 404 in logs.

Open marbuser opened this issue 6 years ago • 0 comments

This specifically happens with this extension. I've tested it with another program that supports WebDav and it works fine.

I'm using XenForo + an extension to enable WebDav, and it uses a URL format like so; http://user:[email protected]/admindav.php

When inputting this in my workspace like so;

{
  "folders": [
    {
      "uri": "webdav://user:[email protected]/admindav.php",
      "name": "XenForo WebDav"
    }
  ]
}

It doesn't work and returns this error in the logs;

TRACE fs.webdav.webdavfilesystem.forconnection() - [07/Jul/2019:15:30:30 +0000] "(Error) HTTP error : 404 - Not Found

marbuser avatar Jul 07 '19 15:07 marbuser