jmeter执行提示:java.net.MalformedURLException: Illegal character found in host: '/'
java.net.MalformedURLException: Illegal character found in host: '/'

原因是:host包含特殊符号导致,需要进行处理
检查配置发现是因为URL写入了Server name or IP栏位;server name中包含Path路径后,不识别导致。

java.net.MalformedURLException: Illegal character found in host: '/'

原因是:host包含特殊符号导致,需要进行处理
检查配置发现是因为URL写入了Server name or IP栏位;server name中包含Path路径后,不识别导致。
