The Origin header names the asking site.
Origin names the asking site
The Origin row is the site that wants to call this toy API.
Origin=https://app.example
Origin is separate from Host
Host names the API server; Origin names the asking page.
Host and Origin checked separately
The exact request bytes are pinned
The table rows come from parsing the request hex, not from prose.
request hex parsed
Summary
The preflight question includes the asking origin.
origin checked