aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/preflight_request/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/preflight_request/index.html')
-rw-r--r--files/ko/glossary/preflight_request/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/glossary/preflight_request/index.html b/files/ko/glossary/preflight_request/index.html
index 94678a9bb3..e905f41481 100644
--- a/files/ko/glossary/preflight_request/index.html
+++ b/files/ko/glossary/preflight_request/index.html
@@ -24,7 +24,7 @@ Access-Control-Allow-Origin: https://foo.bar.org
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE
Access-Control-Max-Age: 86400</pre>
-<p>위의 예와 같이, 동일한 URL을 사용하는 요청에 대해서는 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a> 헤더를 이용하여 정해진 기간 내에는 사전 요청에 대한 응답이 선택적으로 이루어질 수 있습니다.</p>
+<p>위의 예와 같이, 동일한 URL을 사용하는 요청에 대해서는 <a href="/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a> 헤더를 이용하여 정해진 기간 내에는 사전 요청에 대한 응답이 선택적으로 이루어질 수 있습니다.</p>
<h2 id="See_also">See also</h2>