What is the best way to configure a click thru hotspot? Example: Join wireless network and be presented with a page with a disclaimer and an agreement button. No username required. Any ideas? Many thanks.
Make a local user account regardless, make a login.html that shows whatever you want and have the agreement button submit a form to /login on the server with hidden fields for the username and password predetermined as you configured in. No authentication interaction required from the user, yet the router authenticates the user.