Jayendra Zambre
Results
3
comments of
Jayendra Zambre
I am facing exact same issue with ntlm authentication in latest curl crate (0.4.33). any solution suggestion please?
I believe NTLM feature is enabled by default. I am able to access configured NLTM proxy server through web browser though.
@pbert519 while I am being new to rust, realised little late about feature activation you asked. Below line in Cargo.toml helped to resolved issue. Thanks for help! `curl = {version="0.4.44",...