Password Variable not passing the password
Trying to pass a secure password through the aqHttpRequest using the encrypted variable type of password. And it seems to pass a generic name in the logs when I try to access it. If I hard code the password it works fine. Trying to pass the password in aqHttpRequest["SetHeader"]("authorization", "Bearer " + Project["variables"]["AccessToken"]); In both the web logs and the test complete logs it shows {RandomNumbers}TestProject2AccessToken. If I useaqHttpRequest["SetHeader"]("authorization", "Bearer " + "ActualPassword"); it will work fine.Solved1.6KViews0likes3Comments