我是JMeter的新手,我想用JMeter代理加载测试本地Web应用程序记录测试用例.
我第一次按照这里的说法http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf一切正常.
比:
http://localhost:8080/my-applicationcurl -X GET http://localhost:8081/my-application/index.html我获得:
org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: https:///my-application/index.html/my-application/index.html出了什么问题?我错过了一些基本配置?我以错误的方式使用JMeter代理?