Allow users to use POST instead of GET #1

Closed
opened 2020-10-31 15:05:18 +01:00 by miraty · 1 comment
Owner

There should be a form at the bottom of the page to switch HTTP method used, and admins should be allowed to choose the default one.

There should be a form at the bottom of the page to switch HTTP method used, and admins should be allowed to choose the default one.
miraty added the
enhancement
label 2020-10-31 15:18:38 +01:00
miraty added this to the 2.0.0 milestone 2020-10-31 15:21:14 +01:00
Author
Owner

b4ae9acb4f is fully replacing GET by POST for QR codes generation.

The choice is not left to the user or the admin, since

  • POST is considered more private (generally not logged by the server or the client) than GET
  • users never need to use GET anymore because the select input type of margin and size have been replaced by number input type, letting users choose exact value through the interface
b4ae9acb4f is fully replacing GET by POST for QR codes generation. The choice is not left to the user or the admin, since - POST is considered more private (generally not logged by the server or the client) than GET - users never need to use GET anymore because the `select` input type of *margin* and *size* have been replaced by `number` input type, letting users choose exact value through the interface
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: miraty/libreqr#1
No description provided.