I am trying to make a script to test REST services using Jmeter. Till now I was using Chrome’s Advanced REST Client. My authentication request was GET and it was something like this in Advanced REST: https://username:password@URL:portnumber its a GET request
Now when I am using Jmeter. I tried following ways: I added HTTP Authorization Manager and mentioned Base URL and Username/password inside it. When I am trying to do a request then its showing me “Unauthorized”
I also tried to login using normal https request but no success.
When accessed manually, a authorization popup window appears and username and password is submitted inside this window.
Please suggest me a way for how to login using Jmeter.