-
用webdav无法下载可以上传,但是在前端网页是可以下载的,是什么原因呢? |
Beta Was this translation helpful? Give feedback.
Answered by
xhofe
Feb 13, 2022
Replies: 3 comments 6 replies
-
我没有nas,不知道cloud sync是否支持302跟随, 目前webdav下载使用的方式是302跳转,所以需要客户端支持 302跟随。 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zjw345
-
v2.5.2版本打开webdav direct 就可以下载了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我打日志发现,客户端如果直接302的话,阿里云盘可能禁掉。我在alist开代理就没有问题了。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我没有nas,不知道cloud sync是否支持302跟随, 目前webdav下载使用的方式是302跳转,所以需要客户端支持 302跟随。
下个版本会支持webdav下载直传: 4371c47