From ae9cf13fc2a11e38fabaea571c36adb914fbe510 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 15 Apr 2018 11:46:10 +0100 Subject: [PATCH] Fix http request doc type Fixes #1690 --- nodes/core/io/21-httprequest.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/core/io/21-httprequest.html b/nodes/core/io/21-httprequest.html index 8f9e0df0c..f3c4c0228 100644 --- a/nodes/core/io/21-httprequest.html +++ b/nodes/core/io/21-httprequest.html @@ -86,10 +86,10 @@
payload
Sent as the body of the request.
rejectUnauthorized
-
If set to true, allows requests to be made to https sites that use +
If set to false, allows requests to be made to https sites that use self signed certificates.
followRedirects
-
If set to false prevent following Redirect (HTTP 301).true by default
+
If set to false prevent following Redirect (HTTP 301).true by default

Outputs