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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: