mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(HTTP Request Tool Node): Respond with an error when receive binary response (#11219)
This commit is contained in:
@@ -281,6 +281,7 @@ export class ToolHttpRequest implements INodeType {
|
||||
'User-Agent': undefined,
|
||||
},
|
||||
body: {},
|
||||
returnFullResponse: true,
|
||||
};
|
||||
|
||||
const authentication = this.getNodeParameter('authentication', itemIndex, 'none') as
|
||||
|
||||
Reference in New Issue
Block a user