Skip to content

Commit 9d06ca9

Browse files
wuchangmingjcrugzz
authored andcommitted
Update ntlm-authentication.js (#1025)
1 parent d0e000e commit 9d06ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/http/ntlm-authentication.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var agent = new Agent({
1313
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
1414

1515
//
16-
// Modify headers of the request before it gets sent
17-
// So that we handle the NLTM authentication request
16+
// Modify headers of the response before it gets sent
17+
// So that we handle the NLTM authentication response
1818
//
1919
proxy.on('proxyRes', function (proxyRes) {
2020
var key = 'www-authenticate';

0 commit comments

Comments
 (0)