I am working with a web service that returns cookies in the response http body instead of the response headers. I need to add these cookies to the HtmlUnit WebClient instance. I have extracted the cookie string. Are there any methods that automatically parse the cookie string? or would I have to parse the cookie manually and separate it by domain, name, value, etc...?
- Parse cookie with HttpClient? davidjesse091
- Re: Parse cookie with HttpClient? Oleg Kalnichevski