HTTP Request node allows making generic credentials.
I want to use an API service that supports header auth, BUT, it requires 2 headers:
- App key (i.e. Authorisation: AccessToken blablabla)
- User key (i.e. X-User-Authorization: Basic trololololo)
So far, I cannot store both in one generic header credentials, because it supports only one key-value pair. And I also cannot assign 2 different credentials inside a single HTTP Request node.
It would be great to store multiple values inside one header auth credentials. Or at least add one ā+ā button which shows the second pair of header values (Iām not aware of APIs with header auth requiring more than 2 key-value pairs, but the two pairs is not so uncommon either).
Thanks a lot for considering this feature request!