Solved

Password encoding for rest api call

  • 10 May 2023
  • 2 replies
  • 122 views

Userlevel 2
Badge +8

I am trying to do a push install via the rest API.

 

Obviously the password would not be embedded as clear text so my question is what is expected in terms of the password being passed? 

 

 

icon

Best answer by Gokul Pattabiraman 10 May 2023, 22:38

View original

2 replies

Userlevel 2
Badge +3

Hello,

For Login API, please send the passwords base64 encoded string as documented. For install API, it should be ok to send the plain text password as long as the connection is secure. (HTTPS).

 

Userlevel 3
Badge +10

Perfect. Thank you. I didn’t know what was required.

 

Reply