I've got it fixed, Set-Cookie parser was case-sensitive.
Thanks
Sergey
On 19/01/15 10:36, Sergey Beryozkin wrote:
Hi
On 19/01/15 10:12, Khare, Aparna wrote:
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.
Is 'response' an instance of JAX-RS Response class ?
If so, can you use Response.getHeaders() and check what are the actual
values of Set-Cookie headers ?
Cheers, Sergey
Can some help how cross domain cookies are retrieved with apache cxf.
Thanks,