From daf1388a6a95cd66bb40cb18de7d4fce1b944d85 Mon Sep 17 00:00:00 2001 From: HirokiUchikawa Date: Thu, 19 Jul 2018 19:32:53 +0900 Subject: [PATCH] Update Japanese info text of http request node --- nodes/core/locales/ja/io/21-httprequest.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes/core/locales/ja/io/21-httprequest.html b/nodes/core/locales/ja/io/21-httprequest.html index 7740632c1..662367343 100644 --- a/nodes/core/locales/ja/io/21-httprequest.html +++ b/nodes/core/locales/ja/io/21-httprequest.html @@ -30,7 +30,9 @@
payload
リクエストボディとして送るデータ
rejectUnauthorized
-
trueをセットすると、自己署名証明書を使用するhttpsサイトへのリクエストを許可します。
+
falseをセットすると、自己署名証明書を使用するhttpsサイトへのリクエストを許可します。
+
followRedirects
+
falseをセットすると、リダイレクトを行いません。デフォルトはtrueです。

出力