mirror of https://github.com/node-red/node-red.git
parent
81e125b7ba
commit
8abd0b1fdf
|
@ -391,6 +391,7 @@ module.exports = function(RED) {
|
|||
opts = urllib.parse(prox);
|
||||
opts.path = opts.pathname = path;
|
||||
opts.headers = heads;
|
||||
opts.method = method;
|
||||
//console.log(opts);
|
||||
urltotest = match[0];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue