On Fri, Feb 17, 2012 at 23:55, Dave Clements <[email protected]> wrote: > Hey with regard to multiple www-authentication headers, what use cases > are there for that. > > would it be for, say, providing advanced digest authentication for IE > followed by digest auth for all others?
Yes. For example, you can now talk to an IIS server that advertises support for both NTLM* and Kerberos. Previously, you'd see one header but not the other. * Upgrading the connection to NTLM is left as an exercise to the reader. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
