Skip to content

Commit

Permalink
[ko] fix: ETag 오탈자 수정 (#24553)
Browse files Browse the repository at this point in the history
fix: ETag 오탈자 수정

Co-authored-by: JiHoon-0330 <[email protected]>
  • Loading branch information
JiHoon-0330 and JiHoon-0330 authored Nov 18, 2024
1 parent bb9f1f9 commit c248219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/http/headers/etag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ETag: W/"0815"
예를 들어 MDN을 편집할 때, 현재 위키 콘텐츠는 해시되어 `Etag` 안에 들어갑니다.

```
ETag: "33a64df551425fcc55e4d42a148795d9f25f89d4
ETag: "33a64df551425fcc55e4d42a148795d9f25f89d4"
```

위키 페이지에 변경사항을 저장할 때, {{HTTPMethod("POST")}}의 요청은 {{HTTPHeader("If-Match")}}헤더에 새로운 변경사항이 발생했는지 판별하기 위해, 기존의 `ETag`값을 포함하여 요청을 진행합니다.
Expand Down

0 comments on commit c248219

Please sign in to comment.