我想使用 wget 重新启动我的 Fritz!Box 7390。网络界面有一个重启表单,如下所示:
<form action="/system/reboot.lua" method="POST">
<div id="btn_form_foot">
<input type="hidden" name="sid" value="beb5683181c2ab9f">
<button type="submit" name="reboot">Neu starten</button>
</div>
</form>
我想提交这个表格。到目前为止,我像这样尝试过,但它似乎不起作用:
wget --post-data "sid=beb5683181c2ab9f" "http://fritz.box/system/reboot.lua"
每次我加载页面时,sid 似乎都会发生变化。
但我不确定这是否是问题所在,因为我可以通过将 ?sid=example 添加到 url 来修复 sid