mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1279] How add a custom webpage to the portal? #1098
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#1098
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 @AKTanara on GitHub (Aug 5, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1279
First of all thanks for the great job...
Is it possible to add a page to your library for a specific url?
I'm running SSDP Library which needs to serve a xml file like this to share UPNP info of the device in the network:
http://192.168.1.40/description.xml
I have managed to do this with a workaround:
But it would be more pro to have this file on the same webserver that serves WiFiManager Portal in port 80 that is set to be active all the time even when successfully connected to a SAP as STA (Like described in #656) and get rid of
ESP8266WebServer HTTP(85);server that is only meant to provide this XML file...And I apologize in advance if this question is already answered and I couldn't find it there.
Regards
@JJSlabbert commented on GitHub (Sep 4, 2021):
This will be nice. My thinking was also to run an additional webserver on another port.
@tablatronix commented on GitHub (Sep 5, 2021):
Yes see the super example