kylegogtp
5 years agoContributor
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 p...
- 5 years ago
Hi, Use a "DecryptedValue" on these values.
example:
aqHttpRequest.SetHeader("access-token", Project.Variables.hipTestAccessToken.DecryptedValue); aqHttpRequest.SetHeader("client", Project.Variables.hipTestClient.DecryptedValue); aqHttpRequest.SetHeader("uid", Project.Variables.hipTestUId.DecryptedValue);