Sirhc
2 January 2024 08:40
1
Hello
I have some cameras setup which have a snapshot URL. The URL basically takes a snapshot of the camera image once executed.
The address for the snapshot is: http://mycamip/cgi-bin/snapsoht.cgi?channel=1
I have tried a http request node with method = GET and return set to a binary buffer. I get a response in the msg object but msg.payload is empty. Is there any way to download the image from the webpage?
Did the camera need a login?
What headers do you see in the network tab of the browser devtools when you access the snapshot URL in a browser?
Sirhc
2 January 2024 09:06
3
Thanks for the reply.
The camera does need a login, I included that in the http request node.
In the network tab, headers are General / response and request headers.
Not sure what I should be looking for here :\
Try adding the same request headers to your request
Sirhc
2 January 2024 09:15
5
Bleh I got it, had to use the digest authentication instead of using the username:password in the camera URL
How? Show us.
Also, what is the name and model of this camera?
Sirhc:
digest authentication
Yup, that is where I was leading you to with the last question (we posted at the same time)
Glad it is resolved.
system
Closed
16 January 2024 09:17
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.