Hi there. I was using the http request node to perform a get request with basic authorization in Node-Red v1.2.7 and I get a good response back. I have another installation of Node-Red at v2.2.2 and I tried the exact same get request, the http request node is set up the exact same way, but I get an error from the server:
InvalidArgument
Only one auth mechanism allowed; only the X-Amz-Algorithm query parameter, Signature query string parameter or the Authorization header should be specified
Has the http request node been changed since v1.2.7 that would break it when making get requests from certain servers?