Hi
I need your help.
I have a page within the mikrotik I called “home.html”
I want to send to mikrotik a variable called “time expired” that I read on that web page (home.html).
What tool should I use to access that variable in the mikrotik?
I can read from the same page a global variable generated by a script within the mikroti?
How I can run a script in the mikrotik from that page?
Thanks.
That is not possible to do. Outside of the very strict constraints of Hotspot servlets the very basic web server inside of RouterOS cannot do dynamic pages.
And rightfully so, it’s a router. Use an external web server.