22 October 2021 podtech No Comments Basic Auth: auth use based 64 encodingQuick methodsPowershell[System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes($user+”:”+$pass)) Linuxecho “username:password” | base64