jupyterexcel
jupyterexcel copied to clipboard
send data as html POST
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.
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.