(25.07.2025, 08:44)Daniel Wrote:When I changed the URL structure to the following:only use real credentials and IPCode:url = 'http://admin:password@IP/cgi-bin/snapshot.cgi'
res, err, hdrs = require('socket.http').request(url)
log(res, err, h
Code:
http://admin:pass@192.168.1.108/cgi-bin/snapshot.cgi?1&ts=123/snapshot.jpeg
the result I got was:
Code:
* arg: 1
* nil
* arg: 2
* string: host not found
* arg: 3
* nil