v.21.9Improvement

Enable HTTP Request Body to Accept Query Parameters

Enable query parameters to be passed in the body of HTTP requests. #27706 (Hermano Lustosa).
Enable query parameters to be passed in the body of HTTP requests in ClickHouse.

Why it matters

This feature allows users to include query parameters directly within the body of HTTP requests, improving flexibility and compatibility with clients or tools that prefer or require sending parameters in the request body instead of the URL query string.

How to use it

When sending HTTP requests to ClickHouse, include the query parameters in the request body instead of the URL. This can be done by structuring the HTTP request payload with the desired parameters, enabling easier integration with various HTTP clients and workflows.