[GH-ISSUE #1131] I need WM to connect to my network, then open up the captive portal on the device I am using to link my ESP to the network #968

Closed
opened 2026-02-28 01:27:53 +03:00 by kerem · 1 comment
Owner

Originally created by @nheyland on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1131

Basic Infos

Hardware

WiFimanager Branch/Release:

  • [X ] Master
  • Development

Esp8266/Esp32:

  • [ X] ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • [X ] ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • [ X] 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

How can I connect the web manager to a network that has its own captive portal? For example, In college I need to log in to the wifi with my username and password, how can I use WM to do this? It only gives me the option to type in the network name and password, is there any way I can have WM open up the captive portal so I can log into my college network?

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch


#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here
Originally created by @nheyland on GitHub (Sep 28, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1131 ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [X ] Master - [ ] Development **Esp8266/Esp32:** - [ X] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [X ] ESP12 E/F/S (nodemcu, wemos, feather) - [ ] Other **ESP Core Version: 2.4.0, staging** - [ X] 2.3.0 - [ ] 2.4.0 - [ ] staging (master/dev) ### Description How can I connect the web manager to a network that has its own captive portal? For example, In college I need to log in to the wifi with my username and password, how can I use WM to do this? It only gives me the option to type in the network name and password, is there any way I can have WM open up the captive portal so I can log into my college network? ### Settings in IDE Module: NodeMcu, Wemos D1 Additional libraries: ### Sketch ```cpp #include <Arduino.h> void setup() { } void loop() { } ``` ### Debug Messages ``` messages here ```
kerem closed this issue 2026-02-28 01:27:54 +03:00
Author
Owner

@tablatronix commented on GitHub (Sep 28, 2020):

You cannot

<!-- gh-comment-id:700151394 --> @tablatronix commented on GitHub (Sep 28, 2020): You cannot
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#968
No description provided.