如何在msoffice uri方案中使用基本AUTH?

bea*_*ice 5 webdav ms-word ms-office basic-authentication

当在 url 中添加 msofficeuri 前缀时,基本身份验证不再起作用,并且应用程序会要求输入用户名和密码。

例子:

将凭据附加到 url 效果非常好:

https://user:pass@someurl.com/webdav/somefile.docx
Run Code Online (Sandbox Code Playgroud)

但是一旦我使用 msword urischeme,MsWord 就会一直要求输入密码:

ms-word:ofe|u|https://user:pass@someurl.com/webdav/somefile.docx
Run Code Online (Sandbox Code Playgroud)

官方文档没有多大帮助,甚至没有提到身份验证。

我想要实现的只是不应该提示用户输入登录凭据。