09.05.2019, 11:37
(09.05.2019, 10:09)admin Wrote: Add log call to see what the web server returned in Logs tab:Can be then admin login request ?
Code:local http = require('socket.http')
res, err = http.request('http://remote:remote@IP/scada-remote?m=json&r=grp&fn=write&alias=34/1/2&value=1')
log(res, err)
Log :
* arg: 1
* nil
* arg: 2
* string: connection refused