RE: url is Re: How to accept cookies in HttpClient.

2004-09-22 Thread Robert Gold
HttpClient Project' Subject: RE: url is Re: How to accept cookies in HttpClient. Hi Tom, I get the same error page from Netscape, are you going through a proxy in IE? Thanks, Steve -Original Message- From: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:37 PM

Re: How to accept cookies in HttpClient.

2004-09-22 Thread Robert Gold
If you want to access an HTTPS page with proxomitron (you need version 4.5.1 !) , but seeing also the parameters you have to do the request like: http://https..lb32.resources.hewitt.com/sg1dgp9/tbiappt300/TbiaAuthPage?Subm it=Log+OnclientId=09813emClientId=create=1095797686983remoteServer=false

How to accept cookies in HttpClient.

2004-09-21 Thread tom yin
Hi, All, I got a problem when I try to go to a login page of a website. My code is like this: GetMethod defaultpage = new GetMethod(link); //defaultpage.setFollowRedirects(true); defaultpage.setQueryString(nameValuePairs);

How to accept cookies in HttpClient.

2004-09-21 Thread tom yin
Hi, All, I got a problem when I try to go to a login page of a website. My code is like this: GetMethod defaultpage = new GetMethod(link); //defaultpage.setFollowRedirects(true); defaultpage.setQueryString(nameValuePairs);

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Michael Dang
as it should), then follow the same path in HttpClient. --Michael -Original Message- From: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: url is Re: How to accept cookies in HttpClient. Hello, I've forgotten to tell you guys the url

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread tom yin
: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: url is Re: How to accept cookies in HttpClient. Hello, I've forgotten to tell you guys the url, which is: https://lb32.resources.hewitt.com/sg1dgp9/tbiappt300/TbiaAuthPage?Submit=Log

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Michael Dang
. If not, download a tool like Ethereal to help you do the monitoring and capturing. --Michael -Original Message- From: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:44 PM To: Commons HttpClient Project Subject: RE: url is Re: How to accept cookies in HttpClient

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Steve Johnson
: url is Re: How to accept cookies in HttpClient. Hi, Michael, Thanks a lot for your info. It's weired...In my computer, after I clean cookies, I will go to the error page if I click the link in this mail directly, but go to the right login page if I copy the link to the address bar and press

Steve, you found the problem!RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread tom yin
, 2004 4:44 PM To: Commons HttpClient Project Subject: RE: url is Re: How to accept cookies in HttpClient. Hi, Michael, Thanks a lot for your info. It's weired...In my computer, after I clean cookies, I will go to the error page if I click the link in this mail directly, but go to the right login

RE: url is Re: How to accept cookies in HttpClient.

2004-09-21 Thread Steve Johnson
Hi Tom, I get the same error page from Netscape, are you going through a proxy in IE? Thanks, Steve -Original Message- From: tom yin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:37 PM To: [EMAIL PROTECTED] Subject: url is Re: How to accept cookies in HttpClient. Hello