tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.53k stars 1.96k forks source link

Connect to an open WiFi that uses a web portal login #877

Open Elessar-lad opened 5 years ago

Elessar-lad commented 5 years ago

Hardware

WiFimanager Branch/Release:

Esp8266/Esp32:

Hardware: ESP-12e, esp01, esp25

ESP Core Version: 2.4.0, staging

Description

Hi

I'd like to know if it is possible to connect to a WiFi network that requires authentication via the browser? The network itself has no password but after you connect to the network and open the internet browser, you're welcomed by a connect screen.

It works great in other network.

Settings in IDE

Module: Wemos D1

tablatronix commented 5 years ago

not at this time

Elessar-lad commented 5 years ago

Got it! I'll find ways around it, but thank you so much for confirming I was going crazy trying to figure it out.

tablatronix commented 5 years ago

it should be possible , but you have to write it yourself, you might have to intercept the page and get any tokens or nonces, if it uses https who knows, afaik no one has made something for that yet, easiest would be to just log and replay a login and see what needs to change each time