Last active
June 19, 2019 01:09
-
-
Save victor-torres/9add7f6ef0d0ab4dfb018430ae828c24 to your computer and use it in GitHub Desktop.
Rebooting Calix 844G (800 series) with cURL and Shell Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Authorization contains your username and password encoded in Base 64 | |
# Example: admin:password => YWRtaW46cGFzc3dvcmQ= | |
curl -X GET https://192.168.1.1/rebootinfo.cgi -H 'Cookie: Authorization=YWRtaW46cGFzc3dvcmQ=' -k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment