From 82036dd84abf22815cf071a6e5a712cebda01ddc Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Wed, 23 Jul 2014 12:09:21 +0100 Subject: [PATCH] Simple fix to check/force http: to close #288 Checks url starts http: or https: - if not add http: - at least then it breaks gently. Also add resultant url to any error payload if request fails in order to make debug easier. --- nodes/core/io/21-httpin.html | 5 +++-- nodes/core/io/21-httpin.js | 10 +++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/nodes/core/io/21-httpin.html b/nodes/core/io/21-httpin.html index a8c653c28..d8dff0ead 100644 --- a/nodes/core/io/21-httpin.html +++ b/nodes/core/io/21-httpin.html @@ -121,8 +121,9 @@

The URL and HTTP method can be configured in the node, but also overridden by the incoming message: