From 9d06ca99d37495ffcdeafc63e1d19c78c93663e7 Mon Sep 17 00:00:00 2001 From: wuchangming Date: Fri, 12 Aug 2016 00:37:57 +0800 Subject: [PATCH] Update ntlm-authentication.js (#1025) --- examples/http/ntlm-authentication.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/http/ntlm-authentication.js b/examples/http/ntlm-authentication.js index 2946801..f18f2cb 100644 --- a/examples/http/ntlm-authentication.js +++ b/examples/http/ntlm-authentication.js @@ -13,8 +13,8 @@ var agent = new Agent({ var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent }); // -// Modify headers of the request before it gets sent -// 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 // proxy.on('proxyRes', function (proxyRes) { var key = 'www-authenticate';