HTTP form POST
Add support for POST request to the API (application/x-www-form-urlencoded)
Opensubsonic:
OpenSubsonic version: 1
OpenSubsonic extension name formPost
(As returned by getOpenSubsonicExtensions
)
Version 1
This extension requires that the server support passing API arguments via POST with the arguments respecting the application/x-www-form-urlencoded
format.
See: API reference
application/x-www-form-urlencoded
: the keys and values are encoded in key-value tuples separated by ‘&’, with a ‘=’ between the key and the value. Non-alphanumeric characters in both keys and values are URL encoded.
Last modified December 3, 2023: Add extension to officialize POST support for OS servers. (#74) (75940c6)