We use DIGEST authentication for our WebDAV Access. We observe that Windows clients send each request twice. First request doesn't have Authorization
header (and gets 401 response), second request has Authorization
header (and usually gets correct response).
While user probably cannot see this, it makes whole Webdav access slower then necessary.
Is it possible to avoid this behaviour somehow? Maybe some special response which will convince Windows not to do this? When we use BASIC instead of DIGEST, it works fine (doing single request only with Authorization
header always included)