Host, User-Agent, Referer, Authorization
Host
User-Agent
Referer
Authorization
Server, Allow, Retry-After, Location, WWW-Authenticate
Server
Allow
Retry-After
Location
WWW-Authenticate
Authorization과 WWW-Authenticate 헤더를 통해 인증되지 않은 클라이언트가 HTTP 인증(Basic 인증)을 수행하는 과정
Date
Connection
Content-Length
Content-Type, Content-Language, Content-Encoding
Content-Encoding
캐시 신선도(cache freshness): 캐시된 사본 데이터가 얼마나 최신 원본 데이터와 유사한지
클라이언트가 응답받은 자원을 캐시해서 이용하다가 캐시의 유효 기간이 만료
클라이언트는 If-Modified-Since 헤더를 통해 서버에게 특정 시점 이후로 원본 데이터에 변경이 있었는지 물어볼 수 있다.
If-Modified-Since 헤더의 값으로 특정 시점(날짜와 시각)이 명시되는데, 이 시점 이후로 원본에 변경이 있었다면 그때만 새 자원으로 응답하도록 서버에게 요청하는 헤더
서버가 If-Modified-Since 헤더가 포함된 요청 메시지 수신했을 경우
HTTP 응답 상태 코드 304(Not Modified)를 마주친다면, 이는 ‘이미 캐시된 자원이 있으니 캐시된 자원을 참조하세요’ 라는 응답
세션 인증(session authentication)
쿠키는 브라우저에서 저장되고 관리
웹 스토리지(web storage)