diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/io/21-httprequest.html b/packages/node_modules/@node-red/nodes/locales/en-US/io/21-httprequest.html
index 703ab3ff0..fcc852c65 100644
--- a/packages/node_modules/@node-red/nodes/locales/en-US/io/21-httprequest.html
+++ b/packages/node_modules/@node-red/nodes/locales/en-US/io/21-httprequest.html
@@ -61,6 +61,7 @@
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.
Using {{{...}}} prevents mustache from escaping characters like / & etc.
The node can optionally automatically encode msg.payload
as query string parameters for a GET request, in which case msg.payload
has to be an object.
Note: If running behind a proxy, the standard http_proxy=...
environment variable should be set and Node-RED restarted, or use Proxy Configuration. If Proxy Configuration was set, the configuration take precedence over environment variable.
In order to use more than one of these nodes in the same flow, care must be taken with