Hello Users, I have a requirement where I want to retrieve the cross domain cookies.
When I do response.getCookies() .I'm getting {path=path=/;Version=1} and not
the proper domain name.
I have a proxied API which I'm testing .I'm getting the proper response with
Get but I also need the cookies because this is used for some
Authentication when I do a POST to the same proxied API.
Can some help how cross domain cookies are retrieved with apache cxf.
Thanks,
