mirror of https://github.com/node-red/node-red.git
parent
79d9c83a2d
commit
7b106e5650
|
@ -134,7 +134,7 @@ in your Node-RED user directory (${RED.settings.userDir}).
|
|||
url = "http://"+url;
|
||||
}
|
||||
}
|
||||
|
||||
url = encodeURI(url);
|
||||
|
||||
var method = nodeMethod.toUpperCase() || "GET";
|
||||
if (msg.method && n.method && (n.method !== "use")) { // warn if override option not set
|
||||
|
|
Loading…
Reference in New Issue