We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e000e commit 9d06ca9Copy full SHA for 9d06ca9
examples/http/ntlm-authentication.js
@@ -13,8 +13,8 @@ var agent = new Agent({
13
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
14
15
//
16
-// Modify headers of the request before it gets sent
17
-// So that we handle the NLTM authentication request
+// Modify headers of the response before it gets sent
+// So that we handle the NLTM authentication response
18
19
proxy.on('proxyRes', function (proxyRes) {
20
var key = 'www-authenticate';
0 commit comments