sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
6.12k stars 305 forks source link

visit problem with browser on macos #405

Closed zhuaoyuan closed 3 months ago

zhuaoyuan commented 3 months ago

Problem

These days I cannot visit the dufs web page browser(chrome\safari\edge all the same) on macos. I suggest that it is a client-side problem, as I can visit it on my mobile browser.

Configuration

the default one.

docker run -v /root/du-files:/data -p 5000:5000 --rm -it sigoden/dufs /data -A

Log

2024-06-19T03:00:14Z WARN - Serving connection from 183.193.7.138:32044: invalid HTTP method parsed 2024-06-19T03:00:14Z WARN - Serving connection from 183.193.7.138:27347: invalid HTTP method parsed 2024-06-19T03:00:14Z WARN - Serving connection from 183.193.7.138:32052: invalid HTTP method parsed 2024-06-19T03:00:14Z WARN - Serving connection from 183.193.7.138:32053: invalid HTTP method parsed

1718767281330_paste_img

sigoden commented 3 months ago

@zhuaoyuan why https other than http?

zhuaoyuan commented 3 months ago

My bad, bro. Thanks for quick reply and it works.