Thanks a lot for the help can you help me with the latest version which I need to download
Thanks, Aparna -----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Monday, January 19, 2015 10:49 PM To: [email protected] Subject: Re: Issues to retreive cross domain cookies 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, >> >> >
