Hello,
In my desktop application, using HttpClient 3.1, I am navigating a web site. I am trying to retreive the site https://edit.yahoo.com/registration?.intl=us&new=1&.done=http, I pass the respective parameters and perform a POST. The post requires redirect. So, I get the "Location" from the header which points to "http://yahoo.com" and get the new location url via GET method. My problem is: the submission if form should be going somehwere else, but it is going to the home page. Why so? Where I may be going wrong? The code doesn't throw any exception or error. But the page that I receive is not expected. Any idea, guidance will be of great help. Thanks -- View this message in context: http://www.nabble.com/Why-is-POST-%28HttpClient%29-is-acting-like-this--tf4848502.html#a13872309 Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]