I’m trying to write script which will reboot wired Zyxel ADSL router/modem from the Mikrotik.
:local dhost “192.168.1.1”
:local dmd5pass “hereiMD5encodedpassword”
/tool fetch mode=http address=“$dhost” src-path=“/Forms/rpAuth_1?LoginPassword=ZyXEL+ZyWALL+Series&Prestige_Login=Login&hiddenPassword=$dmd5pass” dst-path=/test.txtresult is
status: failed
failure: closing connection: <303 See Other> 192.168.1.1:80 (4)
while the same url is successfully opened in browsers (IE, FF).
Please, help me to solve this problem.