Skip to content

Commit 58910af

Browse files
committed
fix(ntlm authentication)
1 parent 8689cb4 commit 58910af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function HttpProxyMiddleware(context, opts) {
9393

9494
// store uri before it gets rewritten for logging
9595
var originalPath = req.url;
96-
var newProxyOptions = _.cloneDeep(proxyOptions);
96+
var newProxyOptions = _.assign({}, proxyOptions);
9797

9898
// Apply in order:
9999
// 1. option.router

0 commit comments

Comments
 (0)