RE: cookie question - Sorry : Retrying

2004-01-02 Thread Venkat Burri
: Commons HttpClient Project Cc: Subject: Re: cookie question - Sorry : Retrying Hi Jacques, HttpClient automatically processes cookie in the response and adds any new cookies to the associated HttpState. Take a look at

Re: cookie question - Sorry : Retrying

2004-01-02 Thread Michael Becke
Hi Jacques, HttpClient automatically processes cookie in the response and adds any new cookies to the associated HttpState. Take a look at HttpClient.getState() and HttpState.getCookies(). There is also some more info on cookie parsing at

cookie question - Sorry : Retrying

2003-12-22 Thread aruba bulk
Hi there (pls ignore my previous post) I'm using HttpClient to write a Cactus unit test. I'd like to simulate a browser, sending a cookie to the server with a request. So the cookie originates at the client side : HttpClient client = new HttpClient(); HttpMethod method = new getMethod(url); Strin