Access-Control-Allow-Methods
Access-Control-Allow-Methods
헤더는 사전 요청에 대한 응답으로 리소스에 접근할 때 허용되는 메서드를 지정합니다.
문법
http
Access-Control-Allow-Methods: <method>, <method>, …
Access-Control-Allow-Methods: *
디렉티브
<method>
-
허용된 HTTP 요청 메서드의 목록이며 콤마로 구분됩니다.
*
(와일드카드)-
*
는 자격 증명이 없는 요청 (쿠키나 HTTP 인증 정보가 없는 요청)에 대해서만 특수 와일드카드 값으로 취급됩니다. 자격 증명이 있는 요청에서는 특별한 의미를 갖지 않고 단순히 "*"라는 메서드 이름으로 취급됩니다.
예제
http
Access-Control-Allow-Methods: POST, GET, OPTIONS
Access-Control-Allow-Methods: *
명세
Specification |
---|
Fetch Standard # http-access-control-allow-methods |
브라우저 호환성
BCD tables only load in the browser