lookup> Access-Control-Request-Method

Access-Control-Request-Method

indicates which method will be used in the actual request as part of the preflight request

请求头CORS
NameAccess-Control-Request-Method
Type请求头
SpecificationCORS

indicates which method will be used in the actual request as part of the preflight request

Access-Control-Request-Method: POST

CORS

What does the Access-Control-Request-Method header do?

indicates which method will be used in the actual request as part of the preflight request

Is Access-Control-Request-Method a request or response header?

It is classified as a request header and can appear in requests or responses depending on context.

Related methods