You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: