I have an application where it allows only to users who has granted access using Kerberos. I have added HTTP Authorization Manager in JMeter script. Below are the values.
- BaseURL: http://myapplication-url
- Username: DOMAIN\MYID or MYID
- Password: please-guess
- Domain: \
- Realm:
- Mechanism: Kerberos
When I execute it, I got the response stating that "You do not have rights to access the application."
There is no login page. When we invoke the URL, it will open the home page immediately. Manually it is working fine.
How do I solve above issue?
Also, if user 'B' (who doesn't have access to the application) executes the script, he got only the blank response with code 200 OK.