[GH-ISSUE #704] Password reset form should use HTTP POST #250

Closed
opened 2026-02-27 08:16:09 +03:00 by kerem · 1 comment
Owner

Originally created by @Azelphur on GitHub (Oct 11, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/704

Minor issue, but password reset (and any other form) should ideally use HTTP POST. Currently the password reset form uses HTTP GET.

Originally created by @Azelphur on GitHub (Oct 11, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/704 Minor issue, but password reset (and any other form) should ideally use HTTP POST. Currently the password reset form uses HTTP GET.
Author
Owner

@PlayerSchark commented on GitHub (Feb 8, 2024):

Just want to mention: I had caching issues with this

verbose log

HTTP request [ 148µs | 100.00% ] method: "GET" | uri: "/reset-password/step1"
┕━ 🐛 [debug]:  | status_code: 304

Browser:

Request Method:
GET
Status Code:
200 OK (from disk cache)
<!-- gh-comment-id:1934943521 --> @PlayerSchark commented on GitHub (Feb 8, 2024): Just want to mention: I had caching issues with this verbose log ``` HTTP request [ 148µs | 100.00% ] method: "GET" | uri: "/reset-password/step1" ┕━ 🐛 [debug]: | status_code: 304 ``` Browser: ``` Request Method: GET Status Code: 200 OK (from disk cache) ```
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/lldap-lldap#250
No description provided.