Jmeter:启动测试计划时“请求标头”出错“Content-Type:application / x-www-form-urlencoded”

时间:2016-05-12 07:26:00

标签: jmeter

我有一个用于登录表单页面的HTTP请求采样器。并添加了名称和密码等参数并提交。但是在Jmeter开始测试后得到误差。

Request Headers:
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded

1 个答案:

答案 0 :(得分:0)

似乎您在发送请求时选择了帖子查询选项,这就是您获得上述回复的原因。

Content-Type: application/x-www-form-urlencoded

您没有提到您用于登录请求的动词[GET或POST]的类型。如果它没有你没有查询选项,如果它是POST,请确保你没有选择查询选项以避免这个问题。