Web Server HTTP Specification Active/Passive mode control
What am I doing wrong that the following isn't working?
$ curl http://username:password@127.0.0.1:8000/++ssControlActiveMode&cameraNum=5
and it returns:
$ The control message was received OK
I have double checked the cameraNum, and the account has permissions to change the mode of the camera.
Thanks for your help.
$ curl http://username:password@127.0.0.1:8000/++ssControlActiveMode&cameraNum=5
and it returns:
$ The control message was received OK
I have double checked the cameraNum, and the account has permissions to change the mode of the camera.
Thanks for your help.
Comments
-
Hi Cali,
In your request, change the & character to a ? character, hopefully this will fix the problem. Let me know if not. -
That should have been obvious. Thanks.
