jupyterexcel icon indicating copy to clipboard operation
jupyterexcel copied to clipboard

send data as html POST

Open danieltuzes opened this issue 3 years ago • 1 comments

Am I right that the query is sent as a GET method? If that's true, there is a strong limitation on the maximal length. Is it possible to send the data using a POST method so users can send a larger query? Ofc it is not important as long as the user can submit only individual cell values, but if 1D or 2D array inputs were possible, one could easily reach the GET method's size limit.

danieltuzes avatar Jul 07 '21 16:07 danieltuzes

The query is send as GET if the parameter string is short. If it is long, it will be POST. But it cannot handle 1D or 2D array now. I am a little busy and do not have time to work on it now.

luozhijian avatar Jul 29 '21 20:07 luozhijian