mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #643] Need to connect through an API rather WebView #540
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#540
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 @solankigithub on GitHub (Jul 6, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/643
Hello,
I would like to connect and provide the Wifi credentials using a Web Api rather then a Web View.
I would like to call a URL (for eg: http://192.168.4.1/connect?ssid=wifissid&password=12345678)
I need this so that i can provide the credential through my anrdoid app. I will call the above URL from android app after connecting to AP.
Please let me know if there is a way to achieve it.
Thanks
Sandeep
@tablatronix commented on GitHub (Jul 6, 2018):
submit a PR
@tablatronix commented on GitHub (Jul 6, 2018):
This is on roadmap for future, but you can easily hack in a json response if querystring contains json or somehting
@tarontop commented on GitHub (Dec 2, 2021):
This is exactly what I'm looking for, is there any progress?
@tablatronix commented on GitHub (Dec 3, 2021):
no but you can add your own endpoint callbacks now since the webserver is a shared pointer, see the examples