Skip to content

Query parameters can't be sent through POST body #2324

@jcubells

Description

@jcubells

Use case

Currently, the query parameters are always sent as URI params, which can be problematic when there are numerous params (or long params)

Describe the solution you'd like

I would like to be able to send the query params in the body of the query instead of the URI.
The server already supports this as shown here ClickHouse/ClickHouse#8842

The client should offer the option to send query parameters and query in a multipart body like shown in the linked issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions