michael-o commented on PR #436:
URL: 
https://github.com/apache/httpcomponents-client/pull/436#issuecomment-1519514807

   > > > @michael-o I think we can still keep `NTCredentials` even after 
deprecation and removal of the NTLM auth scheme. `NTCredentials` can still be 
useful for other user name / password based schemes.
   > > 
   > > 
   > > For which which require additional information beyond username and 
password?
   > 
   > @michael-o The user name must be properly formatted and qualified with the 
domain name in order for BASIC and DIGEST to work correctly with NT credentials.
   
   But this does not require this principal. If your `Basic`/`Digest` username 
uses this format then you simply need to supply `EXAMPLE\foo`. Shit in, shit 
out. We transport the data, we cannot guarantee their quality.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to