Error 82008
Product: Functions
ERROR - 82008
Headers or cookies too large
Request or response headers/cookies size is greater than the limits This error is thrown when request or response headers are greater than the enforced limits.
Possible Causes
- The user has passed request/response headers larger than 4kb.
- Request/response has more than 75 headers+cookies.
Possible Solutions
- Pass cookies and headers less than 4kb. Set cookies less than 4kb in the response.
- Send less than 75 headers. Set less than 75 headers/cookies in the response.