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

Add SQL API header size limit into Dev Center #577

Open
oriolbx opened this issue Mar 15, 2019 · 0 comments
Open

Add SQL API header size limit into Dev Center #577

oriolbx opened this issue Mar 15, 2019 · 0 comments
Labels

Comments

@oriolbx
Copy link
Contributor

oriolbx commented Mar 15, 2019

Context

Node (the server we use for SQL api) has a hard limit of 8k for the header size. If the header is bigger than 8k it will return "400 Bad Request" error.

There is currently no way to increase this limit (there will be in future node versions) or the Node response (node is discarding it before any of our code is run.).

We should add information about this limitation into our Dev Center.

@oriolbx oriolbx added the docs label Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant