v.24.1Improvement
Binary HTTP Handler Enhancements for User and Host Specification
/binary HTTP handler allows to specify user, host, and optionally, password in the query string. #59311 (Alexey Milovidov).Why it matters
This feature enables easier authentication and connection setup when using the/binary HTTP interface by allowing credentials to be passed as URL parameters, simplifying automation and client integrations.How to use it
When making requests to the/binary HTTP endpoint, append user, host, and optionally password as query string parameters, for example: /binary?user=USERNAME&host=HOSTNAME&password=PASSWORD.