--- title: Last-Modified slug: Web/HTTP/Headers/Last-Modified tags: - HTTP - HTTP 헤더 - 응답 헤더 - 참고자료 translation_of: Web/HTTP/Headers/Last-Modified ---
Last-Modified
응답은 HTTP 헤더에 서버가 알고있는 가장 마지막 수정된 날짜와 시각을 담고 있습니다. 이는 저장된 리소스가 이전과 같은지 유효성 검사자로 사용됩니다. {{HTTPHeader("ETag")}} 헤더보다는 덜 정확하지만, 이는 대비책으로 사용됩니다. 조건 요청은 {{HTTPHeader("If-Modified-Since")}} 또는 {{HTTPHeader("If-Unmodified-Since")}} 헤더로 이와 같은 필드를 사용하여 만들어집니다.
헤더 타입 | {{Glossary("Response header")}} |
---|---|
{{Glossary("Forbidden header name")}} | 아니오 |
{{Glossary("Simple response header", "CORS-safelisted response-header")}} | 예 |
Last-Modified: <day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT
GMT
그리니치 표준시. HTTP 날짜는 현지 시각이 아닌, 언제나 GMT로 표현합니다.
Last-Modified: Wed, 21 Oct 2015 07:28:00 GMT
기술 사양 | 제목 |
---|---|
{{RFC("7232", "Last-Modified", "2.2")}} | Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.headers.Last-Modified")}}