cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Help needed - HTTP Headers issue

AMacourek
Deputy Chef III
Deputy Chef III

I have an HTTP Connection that I set up that uses headers for authorization.

 
 

image.png

The problem is that only the first key is being passed with the request. 

13 REPLIES 13

AMacourek
Deputy Chef III
Deputy Chef III

I need both values as they are a key pair.  It looks like a custom connector is needed.

AMacourek
Deputy Chef III
Deputy Chef III

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.

Hi @AMacourek ,

If possible, could you please share the expected headers/input for the API endpoint? This will help us better understand the requirement and assist you accordingly.

Thanks and Regards,
Shivakumara K A

 

Like this with Postman:

image.png

I created a custom connection and got it to work there.

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?