Re: [Fwd: Any example on state(cookie) management across a series of connections?]

2003-02-18 Thread Yang Su
Sorry if the attached files are missing, resend them. --- Yang Su <[EMAIL PROTECTED]> wrote: > Please take a look at the attached files, > 1.htm is the output of the original program, which > looks like it can't follow a https redirection. > 2.htm is the output of the

Re: [Fwd: Any example on state(cookie) management across a series of connections?]

2003-02-18 Thread Yang Su
simplelog.log.httpclient.wire=debug > > -Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug > > and post the resulting debug trace? > > Oleg > > On Tue, 2003-02-18 at 06:52, Yang Su wrote: > > Actually my original code without your suggested > > changes work for that step(i.e., POST is > successful, >

Re: [Fwd: Any example on state(cookie) management across a series of connections?]

2003-02-17 Thread Yang Su
uot;passwd", "xxx") }; > method.addParametersBody(params); > > There are also some hidden input fields that you > might want to > experiment with ... always fun ... > > Jandalf. > > > Original Message > Subject: Any example

Any example on state(cookie) management across a series of connections?

2003-02-17 Thread Yang Su
is allowed". I suspect the first problem is related to the cookies, which seems not to be stored in the HttpClient's HttpState. If I do the same thing on the browser, I can clear see that cookies are set and stored on browser, but I can't see any