JMeter : How to record HTTPS traffic?

前端 未结 8 1343
别跟我提以往
别跟我提以往 2020-11-27 21:36

I\'m using Apache JMeter 2.3, which now supports \"attempt HTTPS spoofing\" under the Proxy Server element.

I\'ve tried this on several different servers, and have

相关标签:
8条回答
  • 2020-11-27 22:30

    Yes, I have used it with "attempt HTTPS spoofing" on. Things are simple enough:

    1. Turn HTTPS Spoofing on (of course).
    2. Make sure that the browser sends Http request to Jmeter, so that Jmeter can record it and then send the encrypted request back to the server. So, the URL in the browser should start with http:// (and not with https://). The details could be found in my blog.

    Please let me know if it works for you.

    0 讨论(0)
  • 2020-11-27 22:30

    I am using Webscarab to record https and ajax conversations. It workd fine. I extended the Webscarab with export function for Jmeter. Bugzilla 48898.

    0 讨论(0)
提交回复
热议问题