From aef38b945d1956e21a1a767f02981f217943e13e Mon Sep 17 00:00:00 2001 From: dceejay Date: Mon, 16 Mar 2015 20:22:25 +0000 Subject: [PATCH] Change http request node info to suggest {{{ rather than {{ to supress html escape when forming urls from mustache. --- nodes/core/io/21-httpin.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/core/io/21-httpin.html b/nodes/core/io/21-httpin.html index 816529916..593e7b195 100644 --- a/nodes/core/io/21-httpin.html +++ b/nodes/core/io/21-httpin.html @@ -139,7 +139,8 @@

When configured within the node, the URL property can contain mustache-style tags. These allow the url to be constructed using values of the incoming message. For example, if the url is set to - example.com/{{topic}}, it will have the value of msg.topic automatically inserted.

+ example.com/{{{topic}}}, it will have the value of msg.topic automatically inserted. + Using {{{...}}} prevents mustache from escaping characters like / & etc.

The output message contains the following properties: