Skip to content

Use POST instead of GET to avoid plain text passwords in logs.#27

Open
jlrgraham wants to merge 1 commit into
cgarwood:masterfrom
jlrgraham:post-over-get
Open

Use POST instead of GET to avoid plain text passwords in logs.#27
jlrgraham wants to merge 1 commit into
cgarwood:masterfrom
jlrgraham:post-over-get

Conversation

@jlrgraham

Copy link
Copy Markdown

Use the HTTP POST method to interact with the Fully Kiosk instances instead of GET. We move the "password" value into the URL encoded body of the POST request and that prevents it from being placed in DEBUG logs or other exceptions.

Limited testing on my setup seems happy with this, but I didn't test (as I do not use) all cmd values that are present.

Use the HTTP POST method to interact with the Fully Kiosk instances
instead of GET.  We move the "password" value into the URL encoded body
of the POST request and that prevents it from being placed in DEBUG logs
or other exceptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant