fix(HTTP Request Tool Node): Respond with an error when receive binary response (#11219)

This commit is contained in:
Eugene
2024-10-11 17:12:03 +02:00
committed by GitHub
parent 8734dc99fc
commit 0d23a7fb5b
5 changed files with 212 additions and 22 deletions

View File

@@ -281,6 +281,7 @@ export class ToolHttpRequest implements INodeType {
'User-Agent': undefined,
},
body: {},
returnFullResponse: true,
};
const authentication = this.getNodeParameter('authentication', itemIndex, 'none') as