Search code examples
jmeterwebsphere-6.1j-security-check

jmeter websphere 6.1 j_security_check


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.


Solution

  • I found what was wrong. I used a Capital J in j_password causing the authentication to fail.

    Thanks for every bodies help.