mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #674] How to easily add new http paths to web server without editing library files? #564
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#564
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 @sohaibilyas on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/674
Basic Infos
I want to setup web server paths e.g. /new, /changewifiname etc
Hardware
WiFimanager Branch/Release: master
Esp8266/Esp32: Esp8266
Hardware: ESP-12e
Core Version: 2.4.0, staging
Description
I want to add new web server paths in config mode so that user can do different things on different paths for example on /changewifiname I want to setup a form where user can easily change the device name, I have already done it but by editing the library's .cpp file so is there a way to simply just add new paths on main .ino file!
Settings in IDE
Module: NodeMcu
@tablatronix commented on GitHub (Jul 24, 2018):
I had a test branch of this, and lost it. There is also a PR to add routes and callbacks.
I am looking into using the error handler atm to do this, trying to find the best solution and combined with #461