Skip to content

Send Query Parameters through POST body #8842

@simPod

Description

@simPod

I'd like to be able to pass Query Parameters through POST body

$ curl -sS "<address>?param_id=2&param_phrase=test" -d "SELECT * FROM table WHERE int_column = {id:UInt8} and string_column = {phrase:String}"

When having high amount of parameters it produces very long URL. Would it make sense to have an option to pass it through POST body as well?

Metadata

Metadata

Labels

comp-protocolsServer wire protocols + request/response handling (native TCP, HTTP, MySQL/PostgreSQL wire protoc...featurest-acceptedThe issue is in our backlog, ready to take

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions