We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cecb5 commit ecdfff4Copy full SHA for ecdfff4
examples/http/ntlm-authentication.js
@@ -10,7 +10,7 @@ var agent = new Agent({
10
keepAliveTimeout: 30000 // free socket keepalive for 30 seconds
11
});
12
13
-var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent);
+var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
14
15
//
16
// Modify headers of the request before it gets sent
0 commit comments