There MIGHT be a solution for google, at least on LINUX it can be done.
Question only: Is it possible on MT, too ?
The key is the possibility to force the search to be completed NOT using https.
This was introduced by google, to have a chance to block smart guys at school to search for "hot" web pages using SSL
However, the initial contact with google is still via https:, so does MT-hotspot allow a passthu of https:// to google ?
IFF THEN the following will not be possible
IFT:
First of all, it needs messing around with DNS (now into the LINUX world):
- in named.conf:
....
zone "
www.google.com" IN {
type master;
file "/etc/google.zone";
};
....
/etc/google.zone:
@ IN SOA localhost. root.localhost. (
2012050900
7200
1800
1209600
300 )
1800 IN NS localhost.
1800 IN A 216.239.32.20 ;nosslsearch.google.com.
When this is applied to the DNS used,
GET
www.google.com is still https://, but then all the rest will be http.
Which could be captured by MT hotspot and routed to the login-page.
Now, the MT-gurus at work to translate it to MT