The response allows the requested method.
The response allows POST
The allow-methods row includes the same method that the preflight request asked about.
method allowed=yes
Requested method and allowed method match
The check row compares the requested method to the allow-methods response row.
POST matches POST
This answer is permission, not resource data
The empty body keeps the preflight response separate from the later toy API request.
permission answer only
Summary
The server allows the origin and the requested method in exact response headers.
allow-method checked