The request says which method it wants to use later.
The request asks about POST
The Access-Control-Request-Method row names the later method.
requested method=POST
The method is in a header
The browser has not sent the POST body here; it is asking whether POST is allowed.
method question in header
The answer must allow that method
Chapter two compares this requested method to the allow-methods response row.
compare request to response
Summary
The preflight request carries the origin and the method it wants to use.
preflight question assembled