Mikrotik on-page internet login examples

We’re working on Android app with automatic login on internet, if it’s need on-page login to be online.

Well known mikrotik on-page internte login site.

So can someone help finding this on-page login sites to test it? We’re found only this one online: http://www.terracebay.ca/?pgid=179
Their mostly not accessible from internet, so it will probably need save HTML code generated by router.

I think it’s possible to have this feature in Android app, some apps already have it. Like this one: WiFi Web Login ( https://play.google.com/store/apps/details?id=co.uk.syslynx.wifiwebloginapp )

It’s possible to do it with javascript, which automaticly click on those buttons in some background webview frame. Or construct a GET/POST data which form is sending… something like: https://216.211.28.XXX/cgi-bin/login.cgi?f_user=username&f_pass=secret_password&agreed=true&submit=Proceed