Reboot Zyxel from Mikrotik

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.

See this, http://www.checkupdown.com/status/E303.html
I doubt what you are doing is possible with mikrotik routers

Greatings

Thank you for your answer. I’ve already read such descriptions, just thought there is workaround for such kind of a problems.