Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JMeterAdmin]

...

Can JMeter record HTTPS requests using the recording proxy?

*Answer:*No. JMeter would never be able to decipher the encrypted requests the browser sends. SSL Proxies create a tunnel from the browser to the destination server but do not and cannot read the messages. Check out BadBoy for a possible solutionYes, in JMeter 2.4. JMeter now uses its own dummy certificate which the browser needs to be configured to accept.

How can I display the response text my assertation runs against?

...