Lost cookies in proxy redirect

Hi all,
Was playing around with proxy redirect and it seems if I have an httpOnly cookie it doesn’t get pass through, would that be expected or is there another way?
Trying to use it to exchange token, though using Authorization header seems alright.

Hi @spondbob!

This does not sound like expected behaviour.
Can you send me the value of the X-NF-Request-Id header of an example request you are doing?
(more: [Support Guide] Netlify Support asked for the 'x-nf-request-id' header? What is it and how do I find it?)

If you sent me your Netlify site url that might also help me debug your problem.

Hi @marcus thanks for the response, I might setup another project just for this one to make sure it’s kinda isolated. Will let you know once I found something else.

Hi everyone else! If you’re running into a similar problem like this one, it might be because you’re not setting the domain of your cookies in your API.

I wrote about the same problem here: Lost cookies in proxy redirect to remote API