I am working with HTTP Request Activity.My REST API requires Basic Authentication Username,Password.In HTTP request Wizard when i type the password it is shown as ******.However in Properties Pane of the HTTP Request Activity, password is shown as plain text.
You can store your password in windows credentials manager OR orchestrator asset.
Password which you will get from windows credentials manager or orchestrator you can take it in “SecureString” variable and that variable you can use in your authentication password in HTTP Request wizard.
hi! Another way also is using the activity Get password. Your can save your password here, in this activity your input is your password like ***** and your output an string that you can use in your Http Request Activity.