Add support for rejectUnauthorized msg property

This commit is contained in:
Nick O'Leary
2018-01-11 22:00:10 +00:00
2 changed files with 7 additions and 0 deletions

View File

@@ -85,6 +85,9 @@
<dd>If set, can be used to send cookies with the request.</dd>
<dt class="optional">payload</dt>
<dd>Sent as the body of the request.</dd>
<dt class="optional">rejectUnauthorized</dt>
<dd>If set to <code>true</code>, allows requests to be made to https sites that use
self signed certificates.</dd>
</dl>
<h3>Outputs</h3>
<dl class="message-properties">