cURL command from Webcore?

I use Webcore to send HTTP commands to manage my security cameras' day and night settings.

Unfortunately, I just bought a new camera that requires me to send cURL commands instead of using HTTP. I know nothing about cURL but the following command works when issued from the Windows CMD prompt:

-s -g --digest -u user:password "http://192.168.1.66/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].Config[0]=1"

Does anyone know if there's a way to use Webcore's GET task to send a curl command? If so, can you explain it to me like I'm 5 years old? I've searched this forum and I see discussions about cURL but can't find out how (or if) I can issue a cURL command from WC.

TIA for any help anyone can offer.

Try this (it's still just a normal HTTP GET with authentication):

http://user:password@192.168.1.66/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].Config[0]=1

1 Like

That works. Thanks for your help.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.