02-04-2026 06:41 AM
I have an HTTP Connection that I set up that uses headers for authorization.
The problem is that only the first key is being passed with the request.
02-04-2026 08:34 AM
I need both values as they are a key pair. It looks like a custom connector is needed.
02-05-2026 05:27 AM
I would say that this is a glaring bug in Workato. If you can add multiple headers in the Connection configuration, then each of those headers must be passed. I have tested this several times and only the first header in the list is actually passed.
02-05-2026 05:33 AM
Hi @AMacourek ,
02-05-2026 10:41 AM
Like this with Postman:
I created a custom connection and got it to work there.
02-05-2026 07:13 PM
Try once by passing the values in the HTTP step in the recipe itself ratherthan in connection setup, may be connections configuration in such a way like it won't read multiple APIKey headers at the connection level and use none connection for HTTP. hope you got my point?