I use a 3rd party library for some Webdav trickery. That lib relies on HttpClient 3.0 for all HTTP management.
My program receives a valid session cookie from the command-line, and this cookie is mandatory to reach my server-side data. How can i configure HttpClient so that my 3rd party lib can access my server-side data? AFAIK, this 3rd party lib has no specific code to add cookies to its HttpClient connections. So I hope I can rely on some HttpClient trick, such as a global CookieManager that I would configure with my cookie before I enable the 3rd party lib. Any help and advice are very welcome. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
