Open a WiFi Login Page in QT Application
-
I use wifi in my Qt project. Open networks have credentials to access the Internet through a captive portal.
I need an open this link/string in my QT Browser. How can I access This link in my QT application and indirect to the Qt browser?I need a Help !
-
I use wifi in my Qt project. Open networks have credentials to access the Internet through a captive portal.
I need an open this link/string in my QT Browser. How can I access This link in my QT application and indirect to the Qt browser?I need a Help !
-
@jsulm The link means a login page opens in the captive portal for putting a credential and accessing an internet
-
@jsulm When STA connects with AP(An open network) it(STA) will somehow get the link/url to captive portal where STA will enter it's user name and password. So I want to know how that STA will get that particular link(to captive portal)?
I have designed my own browser in QT device I am using. I just need to get the link to provide it to my STA. I do not need to design my own captive portal. -
@jsulm When STA connects with AP(An open network) it(STA) will somehow get the link/url to captive portal where STA will enter it's user name and password. So I want to know how that STA will get that particular link(to captive portal)?
I have designed my own browser in QT device I am using. I just need to get the link to provide it to my STA. I do not need to design my own captive portal.@nadimnadaf Sorry, I can't help you with that. Maybe somebody else knows more about it.
-
Hi,
Usually, you would try to connect to whatever website you want and it's the portal on the network that will capture your request and present you with it's login page.