I had the same problem, and in my case, the answer was as simple as removing the angle brackets “<“and “>” around <password>
. I had been trying: my_login_id:<my_password>
, when it should have been my_login_id:my_password
.
I had the same problem, and in my case, the answer was as simple as removing the angle brackets “<“and “>” around <password>
. I had been trying: my_login_id:<my_password>
, when it should have been my_login_id:my_password
.