Header overflow

Hi,

Since this morning I’m getting a lot of Header Overflow exceptions when communicating with the Graphql API.

Has something change dat your end?
Kind regards,
Glenn

More specficically:
In a recent update to Node. js the default allowed maximum header size has recently changed from 80KB to 8KB : The total size of HTTP headers received by Node. js now must not exceed 8192 bytes.

I’ve increased this on a NodeJS level and everything seems to work fine again.
kind regards,
Glenn Bostoen

2 Likes