[GH-ISSUE #1788] Question-passing parameters from browser link #1505

Open
opened 2026-02-28 01:30:20 +03:00 by kerem · 0 comments
Owner

Originally created by @marcx33 on GitHub (Dec 24, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1788

Basic Infos

ESP8266

Hardware

WiFimanager Branch/Release: Master

Esp8266

Hardware: ESP-12f

Core Version: 2.4.0, staging

Description

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Hi,

I am working with WiFiManager and I want to set the SSID and password dynamically through an URL endpoint while the captive portal is running. Specifically, I would like to send the SSID and password as query parameters in the URL, like this:

http://192.168.4.1/wifisave?ssid=wlanname&pass=wifipassword

Is it possible to achieve this with WiFiManager? How would I integrate this functionality to set the SSID and password automatically from the URL while the captive portal is active?


Originally created by @marcx33 on GitHub (Dec 24, 2024). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1788 ### Basic Infos ESP8266 #### Hardware WiFimanager Branch/Release: Master Esp8266 Hardware: ESP-12f Core Version: 2.4.0, staging ### Description ### Settings in IDE Module: NodeMcu, Wemos D1 Additional libraries: ``` Hi, I am working with WiFiManager and I want to set the SSID and password dynamically through an URL endpoint while the captive portal is running. Specifically, I would like to send the SSID and password as query parameters in the URL, like this: http://192.168.4.1/wifisave?ssid=wlanname&pass=wifipassword Is it possible to achieve this with WiFiManager? How would I integrate this functionality to set the SSID and password automatically from the URL while the captive portal is active? ```
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#1505
No description provided.