Web Server HTTP Specification Active/Passive mode control

CaliObserver
edited May 2015 in SecuritySpy
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.

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.