jmeter websphere 6.1 j_security_check
有人可以向我解释一下如何让 jmeter 登录吗?我有一个转到 apps/j_security_check 的 http 请求。我添加了两个参数 j_username 和 j_password。当我运行此请求时,它似乎没有对用户进行身份验证。
Can someone explain to me how to get jmeter to login. I have an http request that goes to apps/j_security_check. I have added two parameters j_username and j_password. It does not seem to authenticate the user when I run this request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现出了什么问题。我在 j_password 中使用了大写 J 导致身份验证失败。
感谢每个机构的帮助。
I found what was wrong. I used a Capital J in j_password causing the authentication to fail.
Thanks for every bodies help.
看看 使用 jmeter 模拟 200 个用户,每个用户都有唯一的登录名
登录时您可能必须传递唯一的安全令牌。
您是否尝试记录登录过程,看看捕获了什么?
如果您添加“查看结果树”,您应该会看到确切的登录错误。
Take a gander at simulate 200 users with jmeter, each with unique logins
It may be that to login you must pass a unique security token.
Have you tried recording the login process, to see what is captured?
If you add a "View Results Tree" you should see the exact login error.