https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40307 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #7 from Brendan Lawlor <blawlor@clamsnet.org> --- See also Bug 42095 (In reply to Fridolin Somers from comment #0)
Since CSRF protection form without CUD action must use GET instead of POST
While mostly true, in some cases POST would be preferred for scalability if the form needs to be able to send many parameters/values. I think GET should work for both of these cases, but I don't know enough about this value builder part of Koha to really test it. -- You are receiving this mail because: You are watching all bug changes.