Hi ,
I am struggling with using the stock http-request node
You can set URL and METHOD with msg properties but not authentication options
I have a flow that pulls the url, method and credentials
This works fine with basic because I can set headers in a change node
I understand Digest is more complicated and can use crypto-js node to create a digest hash but it isnt just the password that is hashed
Can anyone point me towards info to either edit the stock http-request node to accept credentials via msg or a function to build the digest header before send msg to http-request
End result is would like a dashboard that can request still images from several image stores that use different methods and credentials so these can not be static
Any guidance welcome
Stephen