Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

82008: Headers or cookies too large

Twilio Functions DocumentationServerless

Description

description page anchor

This error is thrown when request or response headers are greater than the enforced limits.

Possible causes

possible-causes page anchor
  1. The user has passed request/response headers larger than 4kb.
  2. Request/response has more than 75 headers+cookies.
  1. Pass cookies and headers less than 4kb. Set cookies less than 4kb in the response.
  2. Send less than 75 headers. Set less than 75 headers/cookies in the response.