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: