On 22/07/2009, PerformanceEngineer <[email protected]> wrote: > > It is a web application similar to shopping sites. Before going to checkout, > all the requests are sent via HTTP. While clicking on Checkout, the HTTP > request is sent and the server in-turn redirects the request to another > HTTPS URL. > Now the requirement is to capture a value from the header of the HTTPS > response. Can JMeter (2.3.2) handle this?
Yes. Consider using 2.3.4 which is the latest version. > We did record the script using Badboy. When we played back with follow > redirect automatically, exception received. What exception? > Should we uncheck the 'redirect > automatically' option and put the redirected requests in the script? > Redirect automatically is done by the underlying HTTP protocol implementation and may not handle cookies; you could try "Follow Redirects" instead. > -- > View this message in context: > http://www.nabble.com/HTTP-to-HTTPS-redirection-tp24603419p24603419.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

