mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #66] Using POST instead of GET #48
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#48
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 @smixd on GitHub (Jan 17, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/66
First of all: Nice Project! Everyone who starts a Project with the ESP8266 needs this lib! :)
Just a small change:
If you use a Password-Field in the HTML to hide the Password chars,
it also makes sense to use POST in the Form-Method?!
At the Moment the "p" Argument is shown in plaintext in the url, wenn you click save...
@tzapu commented on GitHub (Jan 17, 2016):
it would make sense, will see about it
cheers
@yomasa commented on GitHub (Jan 28, 2016):
please don't do this. I like seeing the password.
@tzapu commented on GitHub (Feb 4, 2016):
i guess it could be a flag to switch between get and post...
it just seems too much hassle currently, so will leave this for later
@javl commented on GitHub (Mar 27, 2016):
@yomasa Do you mean you don't want to hide the password in the input field, or don't want to use POST so you see the password in the URL? See discussion in #129
@dontsovcmc commented on GitHub (Nov 28, 2019):
@tablatronix close, it solved