diff --git a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html index 8f076d056..9b54f5136 100644 --- a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html +++ b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html @@ -411,7 +411,7 @@ const node = this; node.headers = []; headers.each(function(i) { - const header = $(node); + const header = $(this); const keyType = header.find(".node-input-header-name").typedInput('type'); const keyValue = header.find(".node-input-header-name").typedInput('value'); const valueType = header.find(".node-input-header-value").typedInput('type');