Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Headers or cookies too large



ERROR: 82008

error-82008 page anchor
FUNCTIONS
ERROR

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.

Rate this page: