Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This one is pretty surprising; noticed while playing around with the server with curl. We're reading the request payload off of the request header rather than from the request payload. For example, this is required:
curl -XPOST \ -H 'request: {"request":"prepareAndExecute","connectionId":"3b0f3231-47d2-45f0-9aba-1f317955beaa","sql":"select * from WEB_STAT","maxRowCount":-1}' \ http://localhost:8765/
Attachments
Issue Links
- is related to
-
CALCITE-780 HTTP error 413 when sending a long string to the Avatica server
- Closed