Hi everyone.
I have configured a 7762 as stand alone AP, and I have configured the hotspot in a SSID. The login page will be hosted in a local web server.
When I connect to that SSID, the traffic is sucessfully redirected to the web server. Fine! The web server recives data like MAC address, IP addres, SSID, etc., throught GET parameters.
But now I need to know how do the web server must to send the login (username / password) data to the AP (on order to redirect it to Radius server). Do I haver to use a HTML form with Post method? do I have to use some specific names for variables?
Where can I find an example?
Regards.