我正在使用Office URL引荐网址“ ofe ms-word:nft | u | http://…”直接从浏览器打开word文件。
如果我使用不带Office URL的“ http://localhost/Berry.WebApp4/xxx/xxx/xxx/1655e91c-8205-4137-ba61-bbc5e99ed0a5.docx” URL引用文件正确下载,则可以使用Microsoft word打开它,但是如果我使用相同的URL直接从浏览器中打开clinet单词: “ ms-word:ofe | u | http://localhost/Berry.WebApp4/xxx/xxx/xxx/1655e91c-8205-4137-ba61-bbc5e99ed0a5.docx”,然后Microsoft word给出以下消息:
word found unreadable content in login. do you want to recover
the contents of the document ?
if you trust the source of the document click yes
即使我单击“是”,恢复操作也将失败。
答案 0 :(得分:0)
问题是因为该动作在我需要身份验证的地方具有[authorize]标签,但是当Word女士试图打开文件时,请求中没有身份验证标头。