Hello Team,
We are using basic auth to connect to API and script running via job server is working when Password is not encrypted in config param
when I encrypt the PWD in config pram script is failing
How can I fix this error?
I am using below to connect to API
Dim credentials As String = Convert.ToBase64String(Encoding.ASCII.GetBytes($"{username}:{password}"))