On Mon, Aug 08, 2005 at 06:51:02PM -0700, Dave Schweisguth wrote: > Hi all, > > I've run into a situation where when I submit a form in my browser, I > get to the page I expect, but with httpclient I get a loop of redirects. > The following log demonstrates. Can anyone see anything that might > explain this difference? The log begins with some initial setup. The > interaction in question begins with the second POST, which is followed > by a GET which follows redirects. > > Thanks! > > P.S -- Apologies to anyone feeling clobbered by the length of the log. > Having trawled the archives for prior answers it looks like someone will > ask for it, so putting it right up front should minimize total > bandwidth. >
Hi Dave, Try setting the 'http.protocol.single-cookie-header' parameter to true and see if that makes any difference http://jakarta.apache.org/commons/httpclient/preference-api.html Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
