I'm using HTTPClient 3.1 to connect to a web site. any request to server without login will be redirect to login page. after user login(authenticated), there will be a cookie send back. any request with valid cookies will be bypass login page to get access to target page.
I made it working in my client application by simulate this process and works fine when I connect to test server. The problem is when I point my client application to production server (in another box, suppose have same configuration setup as my test server). after authentication, I still redirected to login page when I try to access any page. Anyone tell me what could be reason or how to debug such difference between test and product server? I user IE or Firefox, I do not see the difference between test and product server. Thanks -- View this message in context: http://www.nabble.com/HTTP-redirect-problem-tp22390000p22390000.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
