[GH-ISSUE #1071] IS there a way to disable automatic redirection to portal after AP connect? #913

Closed
opened 2026-02-28 01:27:39 +03:00 by kerem · 4 comments
Owner

Originally created by @Hoel on GitHub (Jun 1, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1071

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other ESP8285

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

Problem description

I need to pass an UUID as parameter of the portal URL, and the only way i found is to use two QR code:
• the first QR code sets the mobile to the correct AP
• the second QR code loads the portal with the UUID as URL parameter.
For this to work i need to prevent the mobile from loading automatically the portal after AP conncetion (192.168.4.1 in this case), is there a way to do this in wifimanager?

Originally created by @Hoel on GitHub (Jun 1, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1071 ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [x] Master - [ ] Development **Esp8266/Esp32:** - [x] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [ ] ESP12 E/F/S (nodemcu, wemos, feather) - [x] Other ESP8285 **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [x] 2.4.0 - [ ] staging (master/dev) ### Description Problem description I need to pass an UUID as parameter of the portal URL, and the only way i found is to use two QR code: • the first QR code sets the mobile to the correct AP • the second QR code loads the portal with the UUID as URL parameter. For this to work i need to prevent the mobile from loading automatically the portal after AP conncetion (192.168.4.1 in this case), is there a way to do this in wifimanager?
kerem 2026-02-28 01:27:39 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@tablatronix commented on GitHub (Jun 1, 2020):

In the alpha/dev version you can disable the captive portal

<!-- gh-comment-id:636900998 --> @tablatronix commented on GitHub (Jun 1, 2020): In the alpha/dev version you can disable the captive portal
Author
Owner

@Hoel commented on GitHub (Jun 1, 2020):

ok nice, i will give a try. Just to clarify : i dont want to totally disable the captive portal, i want to disable the fact that it is called automatically after the AP is connected, so i can call it manually in a second time (via QR code)

<!-- gh-comment-id:636902416 --> @Hoel commented on GitHub (Jun 1, 2020): ok nice, i will give a try. Just to clarify : i dont want to totally disable the captive portal, i want to disable the fact that it is called automatically after the AP is connected, so i can call it manually in a second time (via QR code)
Author
Owner

@tablatronix commented on GitHub (Jun 1, 2020):

ConfigPortal is what runs.

CaptivePortal is what auto redirects on wifi connection

<!-- gh-comment-id:636925014 --> @tablatronix commented on GitHub (Jun 1, 2020): ConfigPortal is what runs. CaptivePortal is what auto redirects on wifi connection
Author
Owner

@Hoel commented on GitHub (Jun 1, 2020):

ahh it makes sense, thank you for the insights.

<!-- gh-comment-id:636985031 --> @Hoel commented on GitHub (Jun 1, 2020): ahh it makes sense, thank you for the insights.
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#913
No description provided.