lookup> Access-Control-Request-Headers

Access-Control-Request-Headers

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

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

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

Access-Control-Request-Headers: content-type

CORS

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

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

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

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

Related methods