Logic Machine Forum
Remote service not work after upgrade - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Remote service not work after upgrade (/showthread.php?tid=150)



Remote service not work after upgrade - gjniewenhuijse - 27.11.2015

After upgrading my LM4 to the latest beta firmware i can't get the remote service working.

Before i executed the following url and it works:
http://remote:xxxxxx@xx.xx.xx.xx/cgi-bin/scada-remote/request.cgi?m=json&r=grp&fn=write&alias=10/0/1&value=1
i replaced the password and ip with xx for the forum here.

Now i received:
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.8.0</center>
</body>
</html>


How to fix this?


RE: Remote service not work after upgrade - admin - 27.11.2015

New URL is:
Code:
http://remote:xxxxxx@xx.xx.xx.xx/scada-remote/?m=json&r=grp&fn=write&alias=10/0/1&value=1



RE: Remote service not work after upgrade - gjniewenhuijse - 27.11.2015

(27.11.2015, 19:35)admin Wrote: New URL is:
Code:
http://remote:xxxxxx@xx.xx.xx.xx/scada-remote/?m=json&r=grp&fn=write&alias=10/0/1&value=1

Thanks, solved