'Implementing captive portal
I have researched around a bit where all of the captive portals are little bit complicated in terms of configuration.
- I dont need AAA , I would just show a webpage where user will be click yes accept terms and then it will redirected.
- I am using ignite cloud controller to manage the access points.
- Implementing a service where I would like fetch SSID from a repository to match incoming SSID and then redirect based on the SSID.
I am trying to build something externally. My networking skills are pretty new.
I am confused how to get IPAddress and Necessary details from the access point there is an option in ignite cloud controller where I can specify the external settings for captive portal. (Like If my captive portal is running on remote IP, I know I can capture request incoming from access point. How? Can I build a normal web service to do that?)
I think it is straightforward implementation but little guidance is required.
Solution 1:[1]
I solved the above by creating a simple web service which filters the request sent from the ACCESS POINT.
- There was an option in ignite cloud where I could redirect to my web-service
- Once AP redirect I have to set variables in the request forwarding it back to AP with res=success.
Then it will allow me to browse web as expected.
Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Saransh Sharma |
