JMeter : How to record HTTPS traffic?

前端 未结 8 1395
别跟我提以往
别跟我提以往 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.

提交回复
热议问题