Darkluna
About
- Username
- Darkluna
- Joined
- Roles
- Member
Comments
-
Additional explanation: Although, according to the server configuration, the gzip package itself will not work for content of this size. But in reality, I added a new layer of Nginx in front of the webdav server and removed the Content-Encoding …
-
Here's a comparison of their authentication processes captured from my backend: It's clear that there's no issue with PROPFIND after authentication, and there are very few cases of unauthenticated OPTIONS or unauthenticated PROPFIND (this is only l…
-
I don't understand what you're talking about. At first, you said it was because the server was using Cloudflare, and then you said the server didn't support PROPFIND. But I've already proven both of those points for you. As for the return length …
-
This has nothing to do with gzip. I executed the following command and obtained the following output: └─$ curl -v --compressed -X PROPFIND -u ':' -H 'User-Agent: MyClient/1.0' 'https:///dav/zotero/' * Host :443 was resolved. * IPv6: , * IPv4:…
-
Hello, I conducted more tests regarding this issue. The test results show that if I use the following command: curl -X OPTIONS -u 'username:password' -H 'User-Agent: MyClient/1.0' 'https://your-webdav-server.com/path/' -v It includes the username…
-
Okay, I think I understand now. I have turned off the gzip package, but it still doesn’t seem to work correctly?
-
Yes, I have seen the backend request logs. However, accessing the subpaths under webdav requires authentication. Otherwise, it returns a null value. You can try to directly access the root directory of that site using A segment of routine UA . I h…
-
New Debug ID: D944720143 There should be the directed address no problems now. You're right, it's the TTL. This is the new Debug log package. This time, there should be no Cloudflare relay involved. >-
-
Okay, wait a moment. I'll check my network connection.
-
The IP address I obtained using `nslookup` is the directed address of my server. Perhaps it will take some time to synchronize the DNS broadcasts.?
-
It's just the DNS resolution that is handled by Cloudflare; Cloudflare is not being used for routing.
-
Without Cloudflare distribution. Debug ID: D1987271945 This is also a PROPFIND request with the HTTP 207 that was just sent out by the PC. x.x.x.x | Username | 02/Jul/2026:00:32:41 +0800 | "webdav.host" | "PROPFIND /dav/zotero/ HTTP/1.1" | 207 | 3…
-
No, It is supported. You can see that the PC logs I provided show that PROPFIND returns a 401 status code, but the synchronization is working fine. Other software also works just fine. I am re-deploying the environment on localhost; please wait a …
-
I have tested both direct connections and localhost, and neither of them works, on Android.
-
Okay, but I can only retrieve the version 255. Both of my devices are using this version right now. Debug ID: D722221758
Upgrade Storage