It seems to support basic authorization but is failing with digest auth. One of my cameras won't do basic.
I'm not a programmer, but I can read code a little. This seems to rely on the node "http" module, which is basic only. Would it be trivial to change it over to "request" module, which seems to support digest authorization? I may try to myself, but it will take me a while since I seem to be better at reading code than creating it.
Thanks--this is a great help. I don't like allowing my cheap cameras to speak directly to the outside world. This helps me isolate them.
It seems to support basic authorization but is failing with digest auth. One of my cameras won't do basic.
I'm not a programmer, but I can read code a little. This seems to rely on the node "http" module, which is basic only. Would it be trivial to change it over to "request" module, which seems to support digest authorization? I may try to myself, but it will take me a while since I seem to be better at reading code than creating it.
Thanks--this is a great help. I don't like allowing my cheap cameras to speak directly to the outside world. This helps me isolate them.