This object is in archive! 
How to configure HTTP Request command?
Known
I try to activate motion detection in an IP-camera when the alarm i armed.
I found out that this URL works fine:
192.168.X.X/motion.cgi?MotionDetectionEnable=1&ConfigReboot=No&user=XXXXX&pwd=XXXXX
When I write it in the webbrowser and press enter it works fine. I can turn motion detection on and off.
I tried to use it with a HTTP Request command but it wont work.
I guess the problem is that I don't know how to send http-request from Zipatile.
Can someone help me, please. Explain how to use it or give an example.
No connection
Real-time notifications may not work
I managed to solve it now, by using GET and this url: http://admin:password@192.168.1.X/motion.cgi?MotionDetectionEnable=1&ConfigReboot=No
I managed to solve it now, by using GET and this url: http://admin:password@192.168.1.X/motion.cgi?MotionDetectionEnable=1&ConfigReboot=No
This is how the rule works.
This is how the rule works.
I figured out the problem but not how to solve it.
After I restarted the computer the URL did not work if I did not enter the username and password.
After I enter the user name and password this URL work
http://192.168.X.XX/motion.cgi?MotionDetectionEnable=0&ConfigReboot=No
Obviesly I don't get access to the camera.
How am I supposed to write the url to get the auktorisation?
I figured out the problem but not how to solve it.
After I restarted the computer the URL did not work if I did not enter the username and password.
After I enter the user name and password this URL work
http://192.168.X.XX/motion.cgi?MotionDetectionEnable=0&ConfigReboot=No
Obviesly I don't get access to the camera.
How am I supposed to write the url to get the auktorisation?
Solution is this format
http://admin:password@192.168.1.X/motion.cgi?MotionDetectionEnable=1&ConfigReboot=No
It works with chrome and Zipato http command but not with internet explorer.
Solution is this format
http://admin:password@192.168.1.X/motion.cgi?MotionDetectionEnable=1&ConfigReboot=No
It works with chrome and Zipato http command but not with internet explorer.
Replies have been locked on this page!