I'm writing a WebDav implementation. I have implemented both basic and digest authentication.
My problem is that Digest Authentication isn't implemented by all clients. (In particular Dreamweaver) While Windows Web Folders doesn't work when sent a basic http challenge.
Is it possible to do client/server negotiation (Http Negotiation/SPNEGO)? What would the headers look like?