axios-ntlm
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -69,2 +69,3 @@ "use strict"; | ||
var t3Msg = ntlm.createType3Message(t2Msg, credentials.username, credentials.password, credentials.workstation, credentials.domain); | ||
error.config.headers["X-retry"] = "false"; | ||
error.config.headers["Authorization"] = t3Msg; | ||
@@ -71,0 +72,0 @@ var resp = client(error.config); |
{ | ||
"name": "axios-ntlm", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "An NTLM auth extension to the Axios HTTP library", | ||
@@ -5,0 +5,0 @@ "main": "lib/ntlmClient.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49918
559