JMeter Basic Authentication
问题 I am trying to imply the basic authentication process for a web service using JMeter. But everytime it throws out an error 401:Unauthorized. I tried using the HTTP Header manager to add a header Authorization and value to it. Still it does not work. I have also tried using the HTTP Authorization manager. Still no luck. Can someone help. 回答1: I've found through debugging requests coming in from JMeter that the HTTP Authorization Manager module doesn't encode the username and password correctly