I have to load test a site ,which is protected by ht-password ,i used the following methods
- http://username:password@site/path
Name: Authorization Value: Basic [Base64-encoded username:password] string
http Authorization Manager -username and password given
But i failed to pass authentication using all these methods
Can anyone help ??
