mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
adca1d7855
commit
4c9f1369c8
@ -188,6 +188,9 @@ module.exports = function(RED) {
|
|||||||
opts.headers = heads;
|
opts.headers = heads;
|
||||||
opts.method = method;
|
opts.method = method;
|
||||||
urltotest = match[0];
|
urltotest = match[0];
|
||||||
|
if (opts.auth) {
|
||||||
|
opts.headers['Proxy-Authorization'] = "Basic "+new Buffer(opts.auth).toString('Base64')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else { node.warn("Bad proxy url: "+process.env.http_proxy); }
|
else { node.warn("Bad proxy url: "+process.env.http_proxy); }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user