Hmm, any help?
Beiträge von alexbk66
-
-
Not much support here...
-
I'm trying to implement (in HomeSeer plugin) Gen2 authentication for password protected devices. Following https://shelly-api-docs.shelly.cloud/gen2/General/A…ication-details
But I can't understand how to provide Digest auth response (<ha1> + ":" + <nonce> + ":" + <nc> + ":" + <cnonce> + ":" + "auth" + ":" + <ha2>) for GET request, i.e. "/rpc/Shelly.GetConfig"?
The docs have examples for "Successful Request with Authentication Details", but only the example Request1 uses the above response.
Two other examples just use user:pass - which I don't think is correct:
curl --digest -u admin:mypass http://${SHELLY}/rpc/Shelly.DetectLocation