proxy-chain
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -312,3 +312,3 @@ 'use strict'; | ||
if (funcResult && funcResult.requestAuthentication) { | ||
throw new RequestError('Proxy credentials required.', 407); | ||
throw new RequestError(funcResult.failMsg || 'Proxy credentials required.', 407); | ||
} | ||
@@ -315,0 +315,0 @@ |
@@ -0,1 +1,5 @@ | ||
0.1.26 / 2018-02-14 | ||
=================== | ||
- If connection is denied because of authentication error, optionally "prepareRequestFunction" can provide error message. | ||
0.1.25 / 2018-02-12 | ||
@@ -2,0 +6,0 @@ =================== |
{ | ||
"name": "proxy-chain", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85715