{
  "id": "go/http-request-uri-too-long",
  "signature": "http: requested URI too long",
  "signature_zh": "http: 请求 URI 过长",
  "regex": "http:\\ requested\\ URI\\ too\\ long",
  "domain": "go",
  "category": "io_error",
  "subcategory": null,
  "root_cause": "The request URI exceeds the server's maximum allowed length, typically 8KB.",
  "root_cause_type": "generic",
  "root_cause_zh": "请求 URI 超过服务器允许的最大长度，通常为 8KB。",
  "versions": [
    {
      "version": "1.19",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "This only affects headers, not the URI length.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "The same URI will cause the same error.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Use POST requests for long data instead of GET with long query strings.",
      "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.8,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-07-22",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}