{
  "id": "bbg-p0395-web-request-lifecycle-web-request",
  "title": "HTTP and HTTPS Request Difference",
  "chapter": "web-request-lifecycle",
  "batch": "16",
  "rank": 155,
  "sourcePage": 395,
  "sourcePointer": "p. 395",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve side-by-side difference: HTTP plaintext after TCP handshake, HTTPS adds TLS certificate validation and encrypted data",
      "omit source branding, copied packet ladder, and long prose"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: HTTP plaintext",
      "concept: TCP handshake",
      "concept: HTTPS TLS",
      "concept: certificate validation",
      "concept: encrypted data"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "http",
      "label": "HTTP",
      "x": 78,
      "y": 134,
      "w": 350,
      "h": 286
    },
    {
      "id": "https",
      "label": "HTTPS",
      "x": 532,
      "y": 134,
      "w": 350,
      "h": 286
    }
  ],
  "shapes": [
    {
      "id": "httpClient",
      "kind": "actor",
      "label": "Client",
      "x": 120,
      "y": 230,
      "w": 82,
      "h": 88,
      "tone": "blue"
    },
    {
      "id": "plain",
      "kind": "rect",
      "label": "Plain request",
      "detail": "readable data",
      "x": 264,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "httpServer",
      "kind": "rect",
      "label": "Server",
      "detail": "TCP only",
      "x": 264,
      "y": 326,
      "w": 126,
      "h": 58,
      "tone": "gray"
    },
    {
      "id": "tls",
      "kind": "rect",
      "label": "TLS handshake",
      "detail": "certificate",
      "x": 584,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "encrypted",
      "kind": "rect",
      "label": "Encrypted data",
      "detail": "session key",
      "x": 736,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "secureServer",
      "kind": "rect",
      "label": "Server",
      "detail": "HTTPS",
      "x": 660,
      "y": 326,
      "w": 126,
      "h": 58,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "httpClient",
      "to": "plain",
      "label": "send",
      "flow": "main"
    },
    {
      "from": "plain",
      "to": "httpServer",
      "label": "visible",
      "flow": "alt"
    },
    {
      "from": "tls",
      "to": "encrypted",
      "label": "key",
      "flow": "control"
    },
    {
      "from": "encrypted",
      "to": "secureServer",
      "label": "protected",
      "flow": "data"
    }
  ]
}
