WebDAV redirector makes strange requests in Windows 10

Neperian Diamondback 25 Reputation points
2023-05-02T14:45:23.1433333+00:00

I noticed that when I access a WebDAV resource through the file manager, I get horrible performance, and looking at the Apache logs on the server I see some oddities come through.

  1. Requests from my authenticated user (the server requires Negotiate) are interspersed with requests from my machine credentials. ?!?! Why should the system be asking for the same file properties as the user, at the same time?
  2. Sometimes it capitalizes the first part of the WebDAV path in the request. The Apache server, of course, responds that the method is not allowed because the uppercase path is not the same as the lowercase path. Why would it suddenly start uppercasing the path?
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-05-03T13:41:20.8466667+00:00

    Hello there,

    You can use packet monitor to exactly analyse the request and make the call.

    Packet Monitor (Pktmon) is an in-box, cross-component network diagnostics tool for Windows. It can be used for packet capture, packet drop detection, packet filtering and counting. The tool is especially helpful in virtualization scenarios, like container networking and SDN, because it provides visibility within the networking stack. It is available in-box via the pktmon.exe command and via Windows Admin Center extensions.

    https://learn.microsoft.com/en-us/windows-server/networking/technologies/pktmon/pktmon

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.