diff --git a/nodes/core/io/21-httpin.js b/nodes/core/io/21-httpin.js index b98c61153..68458220c 100644 --- a/nodes/core/io/21-httpin.js +++ b/nodes/core/io/21-httpin.js @@ -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]; }