I'm working with a couple of API's that use basic auth. The credentials differ between environments and I have usernames and passwords as separate variables. I really like how Paw 3 has encrypted password field and how it hides the base64 representation when using that, is there any way to have an environment variable in the encrypted field?
Asked
Active
Viewed 81 times
1 Answers
3
In the environments you can put your password in a Secure dynamic value. Then it will stay encrypted:
To insert it in the Basic Auth Dynamic value you should change to Secure field to Regular field and insert your environment variable in there:
Your password will stay encrypted as it is inside a Secure dynamic value:

Natalia Panferova
- 1,134
- 7
- 9