CartoDB/CartoDB-SQL-API

Add SQL API header size limit into Dev Center

oriolbx opened this issue · 0 comments

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.