Forum Discussion

kylegogtp's avatar
kylegogtp
Contributor
4 years ago
Solved

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...
  • Wamboo's avatar
    4 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);