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

cookie question

2003-12-22 Thread aruba bulk
Hi there 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); String cookieValue = "testValue"; S