mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
minor fix
This commit is contained in:
@@ -265,6 +265,7 @@ module.exports = function(RED) {
|
||||
msg.responseUrl = res.request.uri.href;
|
||||
msg.payload = body;
|
||||
msg.redirectList = redirectList;
|
||||
|
||||
if (msg.headers.hasOwnProperty('set-cookie')) {
|
||||
msg.responseCookies = extractCookies(msg.headers['set-cookie']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user