The browser asks first with an OPTIONS request.
The browser asks first with OPTIONS
The request line uses OPTIONS for the toy API path.
OPTIONS /api
The Host row names api.example
The request still names the server host like other HTTP requests.
Host=api.example
The preflight request body is empty
The body length row is 0 because the question is carried by headers.
request body bytes=0
Summary
The preflight request asks permission before the later method is sent.
preflight request checked