RE: Cookie Visibility Problem from https to http

2004-04-21 Thread Roland Weber
]" <[EMAIL PROTECTED]> 21.04.2004 18:56 Please respond to "Commons HttpClient Project" To: "Commons HttpClient Project" <[EMAIL PROTECTED]> cc: Subject:RE: Cookie Visibility Problem from https to http Hi Mike, Thanks for

Re: Cookie Visibility Problem from https to http

2004-04-21 Thread Michael Becke
ookie Visibility Problem from https to http Hi Victor, My guess is that the "secure" flag is being set on this cookie. This flag means that the cookie should only be sent over secure(HTTPS) connections. You can get around this problem by manually adding a new cookie (HttpState.addCook

RE: Cookie Visibility Problem from https to http

2004-04-21 Thread Jean, Victor [IT]
o see the cookie. Can you think of any other reasons why the cookie is not visible ? -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 10:08 PM To: Commons HttpClient Project Subject: Re: Cookie Visibility Problem from https to http Hi Victor

Re: Cookie Visibility Problem from https to http

2004-04-20 Thread Michael Becke
Hi Victor, My guess is that the "secure" flag is being set on this cookie. This flag means that the cookie should only be sent over secure(HTTPS) connections. You can get around this problem by manually adding a new cookie (HttpState.addCookie()) with the same values, but setting secure to f

Cookie Visibility Problem from https to http

2004-04-20 Thread Jean, Victor [IT]
Hello, I'm having an issue where a cookie set by posting to a https:// link is not being recognized/picked up when i make a http:// call. I'm using HttpClient and PostMethod to send username/password to be authenticated at the https link. Once authenticated, a cookie is set by the server an