AEM Cloud - Set-cookie Missing From ProxyPassReverse Request
Hi,
I'm in the process of migrating to AEM Cloud Service and I needed to enable the dispatcher's ProxyPassReverse to make an api call. However, upon receiving the response, all the headers of the api response are present. Except SET-COOKIE. I looked in the dispatcher files and they don't have anything blocking this specific header.
In the current project with the Managed Service, I had the same problem only on CloudFront. There I had to change a cookie setting, so that it would allow the SET-COOKIE to be sent to the browser along with the other headers.
Has anyone had this problem or know how to help?