Auth is simply a base64 encoded ‘username:password’ string. You can get it with the following command:
echo -n 'username:password' | base64
Auth is simply a base64 encoded ‘username:password’ string. You can get it with the following command:
echo -n 'username:password' | base64