Search found 2 matches
- Sun Oct 31, 2010 1:37 am
- Forum: Non-ZoneMinder Chat
- Topic: axis root password at first boot - curl request
- Replies: 1
- Views: 3489
I got it solved. I digged a bit more into the cgi scripts code and it looks like that the pwdroot.cgi script is awaiting a GET request when I was trying to send it with the POST (curl --data ..) :roll: So the correct way for this curl request is : curl "http://my_cam_lan_ip/axis-cgi/pwdroot/pwdroot ...
- Sat Oct 30, 2010 8:33 pm
- Forum: Non-ZoneMinder Chat
- Topic: axis root password at first boot - curl request
- Replies: 1
- Views: 3489
axis root password at first boot - curl request
Hi I'm looking how to shell script for changing the root password at boot, but no success till now. I can manage to change it once the first password has been set up but not at the first boot time. (both ways are working: using cgi vapix in a curl request or directly through curl in the shell) Could ...