I have 2 applications. One with domain (/abc/) and another with (/xyz/). I want to redirect to (/abc/) domain, from (/xyz/), but during redirecting my cookies are not set into the browser with (/abc/) domain. In the code, I attached the cookies with HTTP Response but it's not working. I need those cookies to be set and using spring boot for this whole process.
Any help would be appreciated.