Setting cookies in request header

Hi, I created a post about how can I access a cookie value that is set by an API response, but no responses so far:

So maybe someone in this post can help :sweat_smile:

The story is, when calling this endpoint, a cookie is supposed to be set with a special key that needs to be included in the payload of subsequent calls to the same endpoint (so I need to get the value of this cookie after the first first fetch request).

I can see the cookie set after the call when testing calling this endpoint from Postman or a web browser, but I can’t see it using the UDT debugger (I don’t see a cookies tab in any case).

I’m doing the fetch request with credentials, but still no luck … any insights? thanks!