Answer by JuanD for How to restart a router with curl or wget to pass URL as...
I just came across this article the other day and it is one of the most perfectly explained and demonstrated ways to collect all the info you need to make the 2 calls youd need to a router with...
View ArticleAnswer by martin for How to restart a router with curl or wget to pass URL as...
Just managed to reboot an Edimax/Medion MD86833 WLAN repeater usingcurl -u 'admin:pass' --form 'reset_flag=0&submit-url=%2Fcontool.asp''http://192.168.1.201/goform/formReboot'
View ArticleAnswer by DavidGamba for How to restart a router with curl or wget to pass...
The examples from the cURL command show that you separate the form entries using ; instead of &. You might want to try that.Also, curl --verbose ... will give you more details that might help you...
View ArticleHow to restart a router with curl or wget to pass URL as well as POST...
I have an Edimax router and from wireshark I see that the router restarts with the POST http://192.168.2.1/goform/formReboot and the form elements reset_flag=0&submit-url=%2Fadmin_restart.aspUsing...
View Article