I tried the endpoints in a Java program, I can get token but not the stream.
On passport/login I get:
{"code":0,
"msg":"ok",
"data":{
"user_id":"...",
"email":"...",
"nick_name":"...",
"auth_token":"...",
On web/equipment/start_stream I get:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head><title>403 Forbidden</title></head>
<body><center><h1>403 Forbidden</h1>
</center><hr><center>tengine</center>
</body></html>
I tried URLs:
https://mysecurity.eufylife.com/api/v1/… and
https://security-app.eufylife.com/v1/…
Any idea why it’s failing?