25.07.2025, 06:44
It works in browser because you are already authenticated.
Change url variable as needed, run this script once and post what you get in Logs tab:
Change url variable as needed, run this script once and post what you get in Logs tab:
Code:
url = 'http://USER:PASS@CAM_IP...'
res, err, hdrs = require('socket.http').request(url)
log(res, err, hdrs)