1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
This commit is contained in:
Ben Hardill 2017-03-23 20:06:11 +00:00
parent ba0823c38c
commit 8cc9aeba4a
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

@ -79,7 +79,7 @@
<li><code>headers</code>, if set, should be an object containing field/value <li><code>headers</code>, if set, should be an object containing field/value
pairs to be added as request headers</li> pairs to be added as request headers</li>
<li><code>payload</code> is sent as the body of the request</li> <li><code>payload</code> is sent as the body of the request</li>
<li><code>rejectUnauthorized</code> allows requests to be made </li> <li><code>rejectUnauthorized</code> allows requests to be made to https sites that use self signed certificates</li>
</ul> </ul>
<p>When configured within the node, the URL property can contain <a href="http://mustache.github.io/mustache.5.html" target="_blank">mustache-style</a> tags. These allow the <p>When configured within the node, the URL property can contain <a href="http://mustache.github.io/mustache.5.html" target="_blank">mustache-style</a> tags. These allow the
url to be constructed using values of the incoming message. For example, if the url is set to url to be constructed using values of the incoming message. For example, if the url is set to