arturobernalg opened a new pull request, #436: URL: https://github.com/apache/httpcomponents-client/pull/436
This pull request updates the NTCredentials class to automatically determine the local workstation name at runtime or request time, in line with the underlying NTLM implementation. This improvement eliminates the need to manually provide the workstation name as a parameter, making the library easier to use and more consistent with other popular implementations, such as curl. Changes: - Deprecated the constructor with the workstation parameter in NTCredentials - Added a new constructor that does not require the workstation parameter - Implemented the getWorkstationName() method to automatically retrieve the workstation name -- 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]
