However, WebDAV on Windows seems to have a troubled existence - there is much material online on its brokeness at various levels. Microsoft seems to had had several goes at a client, each with its own bugs and idiosyncrasies. Herewith is what worked for me with the XP SP3 built-in client (the WebClient service).
- Create a Network Place but ensure that you specify port 80 explicitly - or else the place creation fails as, I think, Windows tries to mount it as a CIFS. It's not like the "http:" is a clue!
- Edit the Registry and create HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\UseBasicAuth as a DWORD and set it to 2 (forces BASIC authentication). Why is authentication in Windows always borked in some way?
- Forget about https: connections
No comments:
Post a Comment