From 8423e2d245037143f7aba73fddddda503dcfee27 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 16 Dec 2016 22:03:00 +0000 Subject: [PATCH] add info for httprequest responseUrl property --- nodes/core/io/21-httprequest.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/core/io/21-httprequest.html b/nodes/core/io/21-httprequest.html index 19d5f5a2a..891f4d0d6 100644 --- a/nodes/core/io/21-httprequest.html +++ b/nodes/core/io/21-httprequest.html @@ -90,6 +90,7 @@
  • payload is the body of the response
  • 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
  • +
  • responseUrl is the url of the server that responds
  • Note: If you need to configure a proxy please add http_proxy=... to your environment variables and restart Node-RED.