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.