Hello :),
I need an hint with Avalanche configuration. I'm creating a basic HTTP test that requires Proxy authentication. I was able to configure it by relying on Avalanche settings in the Client->Profile.
Under HTTP:User I enabled Proxy authentication and user/pwd
Under Proxy, I enabled proxy usage plus "Enable Persistence" and "Enable Proxy headers".
My test is working but I need to use different user credential in my test (~2500) and I found no option to load a file containing the username/pwd. I tried also to do authentication directly from the action list by using:
1 get http://1.1.1.1 <PROXY AUTH: BASIC USER=myUser PASSWD=myPwd>
as in this way I would be able to load a file containing user credentials...but this is not working at all (even if the traces look the same)!
Any suggestion?
Thanks in advance!
Alberto