openmediavault / openmediavault

openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.
https://www.openmediavault.org
Other
4.84k stars 458 forks source link

Refactor RPC parameter handling #1780

Closed votdev closed 1 week ago

votdev commented 1 week ago

Support POST and GET for RPC calls. Please note that all RPCs can be called via GET and POST. However, it must be noted that there is a limit to the URL length for GET requests, so if a lot of data is to be transmitted, POST should be preferred.