Hello, If we use WinHttpClients as, HTTP Negotiate authentication won't work because the ticket being generated always uses 'null' service principle name (SPN). Can this be filed as a bug?
According to the informational RFC 4559 (http://www.rfc-editor.org/rfc/rfc4559.txt), the service principle name (SPN) should be in the following form: HTTP/hostname. Of course, we can work around it ourselves if we did something similar to http://stackoverflow.com/a/22865583 but it would be great if the sample code works out of the box :-) Regards, kl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
