Bug 37481 - Some operations that do not affect data should be submitted as POST requests
Summary: Some operations that do not affect data should be submitted as POST requests
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 37197
Blocks:
  Show dependency treegraph
 
Reported: 2024-07-25 17:37 UTC by Nick Clemens (kidclamp)
Modified: 2024-08-15 19:24 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2024-07-25 17:37:39 UTC
Summarizing from bug 37197: There are limits to URL size that make POST preferable to GET in some instances. We can handle this with fake cud- operations "cud-show" or by allowing "show" and "cud-show" options to do the same things

We have links that append the data - these could be made to use our new JS form submission

We need to decide on a path here