[GH-ISSUE #3] Should redirect all IP addresses to configuration page #1

Closed
opened 2026-02-28 01:22:48 +03:00 by kerem · 3 comments
Owner

Originally created by @probonopd on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/3

WiFiManager should redirect all IP addresses to configuration page so that the user does not need to specifically know 192.168.4.1.

See https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino

Originally created by @probonopd on GitHub (Jul 7, 2015). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/3 WiFiManager should redirect all IP addresses to configuration page so that the user does not need to specifically know 192.168.4.1. See https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
kerem closed this issue 2026-02-28 01:22:48 +03:00
Author
Owner

@tzapu commented on GitHub (Jul 9, 2015):

good idea, thanks for the link, will look into adding this

<!-- gh-comment-id:119879212 --> @tzapu commented on GitHub (Jul 9, 2015): good idea, thanks for the link, will look into adding this
Author
Owner

@tzapu commented on GitHub (Sep 11, 2015):

added captive portal

<!-- gh-comment-id:139583205 --> @tzapu commented on GitHub (Sep 11, 2015): added captive portal
Author
Owner

@probonopd commented on GitHub (Sep 12, 2015):

Thank you. I will test this as soon as it compiles with the official ESP8266 package installed by the Boards Manager. Right now compilation fails with error: 'class ESP8266WebServer' has no member named 'hostHeader' which is expected since hostHeaderwas added only recently to esp8266/Arduino.

<!-- gh-comment-id:139807470 --> @probonopd commented on GitHub (Sep 12, 2015): Thank you. I will test this as soon as it compiles with the official ESP8266 package installed by the Boards Manager. Right now compilation fails with `error: 'class ESP8266WebServer' has no member named 'hostHeader'` which is expected since `hostHeader`was added only recently to esp8266/Arduino.
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#1
No description provided.