HTTP Authentication using cookies

We are currently working on establishing a connection to an API using the HTTP connector.

The API requires using cookies for authentication at the header level. The issue we are facing is that the response body is empty, but the Set-Cookie is present in the response headers.

Do you know how we can access or extract this Set-Cookie value from the response headers?

Hi @Luis_Angel_Lopez_Oli You can access HTTP response header value with this handlebar helper {{{responseHeaders.set-cookie}}}. Here's an example given for the same https://docs.celigo.com/hc/en-us/articles/20394012419611-Configure-the-path-to-token-field-in-the-HTTP-response-header