mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #877] Connect to an open WiFi that uses a web portal login #741
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#741
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Elessar-lad on GitHub (May 1, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/877
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 on GitHub (May 1, 2019):
not at this time
@Elessar-lad commented on GitHub (May 2, 2019):
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 on GitHub (May 2, 2019):
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