Api_password is giving me a 401 Unauthorized

hello, i am trying to get a snapshot from my cameras in node red. that requires me to use this url http://192.168.X.XXX:8123/api/camera_proxy/camera.office_hd?api_password=test

I’ve defined the api_password in the configuration.yaml like this

api:
  api_password: !secret api_password

and in my secrets.yaml:

api_password: test

yet it still gives me a 401 Unauthorized.

anyone knows what i am doing wrong or a solution to this problem?
sincerely DutchDeveloper

1 Like

Hola mira te comento hasta donde yo puede llegar. Seguramente te sale un error 401 cuando intentas hacer alguna petición, esto se trata por que los esphome se autentifican con un protocolo llamado digest.
Estoy tratando de resolver el algoritmo que te pide para autentificar (md5), pero no estoy teniendo éxito. No tengo más información. Espero que te halla servido de ayuda.