mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #527] 设置账号密码后 手机很多浏览器下载会401 #304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hhmmLife on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/527
Problem
设置账号密码后 手机上夸克、小米浏览器、via下载文件全部401,只有chrome可以下载
Configuration
services:
dufs:
image: sigoden/dufs:latest
container_name: dufs_tmpfile
ports:
- "5001:5000"
volumes:
- /home/syncHub/Temp:/data
command: >
-a user:psw@/:rw
/data -A
restart: unless-stopped
Log
2025-01-17T09:51:16Z INFO - 172.29.0.1 "GET /%E6%96%B0%E5%BB%BA%E6%96%87%E6%9C%AC%E6%96%87%E6%A1%A3.txt" 401
Environment Information
@sigoden commented on GitHub (Jan 17, 2025):
Same as https://github.com/sigoden/dufs/issues/465#issuecomment-2424791058
Some browsers do not send the authorization header, resulting in a 401 error.
This error does not occur with Chrome.