-
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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?