mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(HTTP Request Tool Node): Fix the undefined response issue when authentication is enabled (#11343)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -281,6 +281,7 @@ export class ToolHttpRequest implements INodeType {
|
||||
'User-Agent': undefined,
|
||||
},
|
||||
body: {},
|
||||
// We will need a full response object later to extract the headers and check the response's content type.
|
||||
returnFullResponse: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user