-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Send Query Parameters through POST body #8842
Copy link
Copy link
Closed
Labels
comp-protocolsServer wire protocols + request/response handling (native TCP, HTTP, MySQL/PostgreSQL wire protoc...Server wire protocols + request/response handling (native TCP, HTTP, MySQL/PostgreSQL wire protoc...featurest-acceptedThe issue is in our backlog, ready to takeThe issue is in our backlog, ready to take
Description
I'd like to be able to pass Query Parameters through POST body
$ curl -sS "<address>?param_id=2¶m_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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-protocolsServer wire protocols + request/response handling (native TCP, HTTP, MySQL/PostgreSQL wire protoc...Server wire protocols + request/response handling (native TCP, HTTP, MySQL/PostgreSQL wire protoc...featurest-acceptedThe issue is in our backlog, ready to takeThe issue is in our backlog, ready to take