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

2003-02-18 Thread Yang Su
stMethod method = new PostMethod > > > > > > > > > > "https://login.hotjobs.yahoo.com/display/resume?ct_hft=merge/login";); > > > > NameValuePair[] params = new NameValuePair[]{ > > > > new NameValuePair("yesno", "1")

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

2003-02-18 Thread Yang Su
uePair[] params = new NameValuePair[]{ > > > new NameValuePair("yesno", "1") > > > new NameValuePair("username", "xxx"), > > > new NameValuePair("passwd", "xxx") }; > > > method.addParametersBody(pa

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
Hi, I am new here. I am trying to have a simulated http client whose purpose is to log onto www.hotjobs.com using username and password, I've written a program(which I attach) to achieve this, however, the final step which I try to connect to "http://my.hotjobs.yahoo.com/display/resume?";, it