{
  "id": "go/http-cookie-too-large",
  "signature": "http: cookie too large",
  "signature_zh": "http: cookie 过大",
  "regex": "http:\\ cookie\\ too\\ large",
  "domain": "go",
  "category": "io_error",
  "subcategory": null,
  "root_cause": "A cookie exceeds the maximum allowed size (4KB), causing the server to reject it.",
  "root_cause_type": "generic",
  "root_cause_zh": "cookie 超过最大允许大小（4KB），导致服务器拒绝。",
  "versions": [
    {
      "version": "1.21",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "HTTP specification does not support cookies larger than 4KB.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "This will trigger the same error.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Use server-side storage (e.g., session) and store a small cookie ID.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.83,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-06-18",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}