Hi ,
currently i m running Mikrotik as Hotspot Server and I am using USERMANAGER as radius server , my concern is how to notified a hotspot client which Data allotted is over or some kind of popup massage for Data over ,While the client is browsing, Please advice me ,if there is any script for that concern it will be helpful.
Thanks You,
Shanglakpam Prasanta Sharma
You would have to intercept the network traffic and insert an extra piece of JavaScript into the page’s HTML.
But: that would only work for pure HTTP traffic, 'cause as soon as the traffic is encrypted (HTTP inside VPN or HTTPS) there is no way to intercept without braking encryption.
And: you can’t do this with mikrotik’s scripting capabilities. You’d need an transparent proxy in-between.