I'm trying to start using the HttpClient (I've always been instantiating
my own HttpConnections and Methods). I want to manually set a cookie to
be sent in the HttpRequest I am making, I can build the cookie myself,
setting the proper domain information. But its unclear to me what the
proper way to add it to the request is now, setRequestHeader (The old
method I was using) seems to get cleared out when I use
HttpClient.execute(HttpMethod method) to execute the request.
any tips would be helpfull, thanks
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]