From 17f3366556de24f24bcc900c32c2511b38a6348d Mon Sep 17 00:00:00 2001 From: dceejay Date: Wed, 13 May 2015 13:54:47 +0100 Subject: [PATCH] Adds proxy support to http node - via settings.js --- nodes/core/io/21-httpin.html | 7 ++++--- nodes/core/io/21-httpin.js | 15 +++++++++++++-- settings.js | 6 +++++- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/nodes/core/io/21-httpin.html b/nodes/core/io/21-httpin.html index 7926fc57c..cc2080823 100644 --- a/nodes/core/io/21-httpin.html +++ b/nodes/core/io/21-httpin.html @@ -152,6 +152,7 @@
  • statusCode is the status code of the response, or the error code if the request could not be completed
  • headers is an object containing the response headers
  • +

    Note: See the settings.js file if you need to configure a proxy.