mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add info for httprequest responseUrl property
This commit is contained in:
parent
fc263718a1
commit
8423e2d245
@ -90,6 +90,7 @@
|
||||
<li><code>payload</code> is the body of the response</li>
|
||||
<li><code>statusCode</code> is the status code of the response, or the error code if the request could not be completed</li>
|
||||
<li><code>headers</code> is an object containing the response headers</li>
|
||||
<li><code>responseUrl</code> is the url of the server that responds</li>
|
||||
</ul>
|
||||
<p><b>Note</b>: If you need to configure a proxy please add <b>http_proxy=...</b> to your environment variables and restart Node-RED.</p>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user