Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send data as html POST #4

Open
danieltuzes opened this issue Jul 7, 2021 · 1 comment
Open

send data as html POST #4

danieltuzes opened this issue Jul 7, 2021 · 1 comment

Comments

@danieltuzes
Copy link

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.

@luozhijian
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants