loadrunner性能测试,页面返回302,怎么设置让他不自动跳转
loadrunner性能测试,页面返回302,怎么设置让他不自动跳转返回消息如下:
HTTP/1.1 302 Found
Set-Cookie: JSESSIONID=626516F4A6C9DBF3998777D944E36FB6;
Location: http://192.168.111.12:33333/index.jsp
loadrunner会自动跳转到 http://192.168.111.12:33333/index.jsp,我现在不想让他自动跳转 302是出现了重定向,设置web_set_option("MaxRedirectionDepth", "0", LAST );
可以取消重定向,前提是不要影响你的测试脚本。 回复 2# stevenremember
非常感谢,回去试试
页:
[1]