[GH-ISSUE #643] Need to connect through an API rather WebView #540

Open
opened 2026-02-28 01:25:46 +03:00 by kerem · 4 comments
Owner

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

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

@tablatronix commented on GitHub (Jul 6, 2018):

submit a PR

<!-- gh-comment-id:403103329 --> @tablatronix commented on GitHub (Jul 6, 2018): submit a PR
Author
Owner

@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

<!-- gh-comment-id:403103750 --> @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
Author
Owner

@tarontop commented on GitHub (Dec 2, 2021):

This is exactly what I'm looking for, is there any progress?

<!-- gh-comment-id:984350006 --> @tarontop commented on GitHub (Dec 2, 2021): This is exactly what I'm looking for, is there any progress?
Author
Owner

@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

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