Hello Veena, you may have to do some preparations before you can use HTTPS. Please have a look at our SSL Guide for details:
http://jakarta.apache.org/commons/httpclient/sslguide.html If that is not the problem, please verify that you are using the same HttpState for both method executions. If you are using the same HttpClient object and don't do anything with HttpState, you should be fine. Finally, you can generate and post a wire log to this list so we can have a more detailed look at the problem: http://jakarta.apache.org/commons/httpclient/logging.html hope that helps, Roland "Veena Sarolkar" <[EMAIL PROTECTED]> 01.03.2005 07:11 Please respond to "HttpClient User Discussion" To "HttpClient User Discussion" <[email protected]> cc Subject HTTPS redirection with form posting Hi All, I am very new to HttpClient. I am trying to connect to gna.org. I am posting usernam e& password over it. Login is succesful & it is giving me some cookies & redirecting to https://gna.org/my Then I am creating a get method with this URL. & reading the reasponse body. But in response body it still gives me the home page i.e. the page with NOT LOGGED IN message. What can be the reason for this? Regards, Veena --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
