proxy-verifier icon indicating copy to clipboard operation
proxy-verifier copied to clipboard

Proxy Authentication Required

Open Nisthar opened this issue 5 years ago • 0 comments

my code:

const auth=Buffer.from(`${proxyF[2]}:${proxyF[3]}`).toString('base64')
            proxyObj.auth = `Basic ${auth}`
 ProxyVerifier.testProtocols(proxyObj, function (error, results) {

    ....

});

Nisthar avatar Aug 16 '20 19:08 Nisthar