Skip to content

Add SQL API header size limit into Dev Center #577

@oriolbx

Description

@oriolbx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions