Web Connector Component Headers and Basic Auth

Hello all,

I have an API I would like to use. It requires Basic Auth. I used the BTOA function built into Postman to get the base64 of the username and password.

However I get an error in my blocks that says “element 1 is not a list.”

I added another item to the list and it works now. Not sure why.

Any ideas?

Does not work:

Works:

2 Likes

because the request headers property expects a list of lists
Taifun

1 Like

Well now that is clear. Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.