Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
Patch Available
Description
To use NTLM with HttpClient you've got to supply NTCredentials instead of UsernamePasswordCredentials. Luckily they're interchangeable, this patch changes that and adds a "domain" and a "proxyDomain" option so users can supply their NT domain to either the proxy or the server.