Replies: 1 comment
-
        웹 캐시란?
 304 Not Modified
 캐시를 목적으로 사용
 클라이언트에게 리소스가 수정되지 않았음을 알려줌. 따라서 클라이언트는 로컬 PC에 저장된 캐시를 재사용 (캐시로 리다이렉트 함)
 304 응답은 메세지 바디를 포함하면 안됨 (로컬 캐시를 사용해야 하므로)
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
304 Not Modified
캐시를 목적으로 사용
클라이언트에게 리소스가 수정되지 않았음을 알려줌. 따라서 클라이언트는 로컬 PC에 저장된 캐시를 재사용 (캐시로 리다이렉트 함)
304 응답은 메세지 바디를 포함하면 안됨 (로컬 캐시를 사용해야 하므로)
조건부 GET, HEAD 요청 시 사용
위에 내용은 304 에러 정리해놓은 내용인데 사실 캐시를 목적으로 사용한다는 것 자체부터 잘 이해가 안가는데 쉽게 설명해주실 분 계실까요 ..!
Beta Was this translation helpful? Give feedback.
All reactions