[GH-ISSUE #674] How to easily add new http paths to web server without editing library files? #564

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

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

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
Author
Owner

@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

<!-- gh-comment-id:407393774 --> @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
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#564
No description provided.