node-http-ntlm icon indicating copy to clipboard operation
node-http-ntlm copied to clipboard

Node.js module to authenticate using HTTP NTLM

Results 2 node-http-ntlm issues
Sort by recently updated
recently updated
newest added

Enable setting different [authentication scheme](https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/understanding-http-authentication#http-authentication-schemes).

When the server returned a relative location during the NTLM handshake, httpreq/httpntlm previously replaced the full request URL with the relative path which caused the protocol (https) to be lost...