Cookies problems / problems accessing websites - Tool

2004-09-22 Thread Robert Gold
Hi guys, I see that you have often problems accessing different websites, with login keeping sessions etc. For IE it works but not with the http-client. I know NOW all these problems and they arise usually because of hidden posted-session-id's, cookies, cookies which are sent in another format

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

2004-09-22 Thread Robert Gold
Hi Tom, I cannot access it also with my IE. Your sure you have no cookies in IE? I mean there are lots of id's in the url, usually they're checked if they fit to your cookies. R. -Original Message- From: Steve Johnson [mailto:[EMAIL PROTECTED] Sent: 22 September 2004 00:23 To: 'Commons

Cookies problems / problems accessing websites - Tool (TEXT-Version)

2004-09-22 Thread Robert Gold
(Sorry, I sent it as HTML before) Hi guys, I see that you have often problems accessing different websites, with login keeping sessions etc. For IE it works but not with the http-client. I know NOW all these problems and they arise usually because of hidden posted-session-id's, cookies, cookies

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

Cookie problems / strict mode

2004-09-21 Thread Robert Gold
Hi, I am using http-client 2.0.1 (1 August 2004). I noticed that lots of websites just accept the cookies to be sent in one single line (like sent by IE). This is with http-client just possible in strict mode. But now I have a webserver which redirects me to an URL which is not allowed/valid in

RE: Cookie problems / strict mode

2004-09-21 Thread Robert Gold
(conn.getHost(), conn.getPort(), getPath(), conn.isSecure(), state.getCookies()); if ((cookies != null) (cookies.length 0)) { getRequestHeaderGroup().addHeader( matcher.formatCookieHeader(cookies)); } } Hope this helps Oleg On Tue, 2004-09-21 at 12:10, Robert Gold wrote: Hi, I am using