aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/user_agent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/user_agent/index.html')
-rw-r--r--files/ko/glossary/user_agent/index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/files/ko/glossary/user_agent/index.html b/files/ko/glossary/user_agent/index.html
new file mode 100644
index 0000000000..dbfda1be0c
--- /dev/null
+++ b/files/ko/glossary/user_agent/index.html
@@ -0,0 +1,56 @@
+---
+title: 사용자 에이전트
+slug: Glossary/User_agent
+tags:
+ - Browser
+ - Glossary
+ - UA
+ - User-agent
+ - WebMechanics
+ - user agent
+ - userAgent
+ - 사용자 에이전트
+ - 유저 에이전트
+translation_of: Glossary/User_agent
+---
+<p><span class="seoSummary"><strong>사용자 에이전트</strong>(user agent)는 사용자를 대표하는 컴퓨터 프로그램으로, {{Glossary("World Wide Web", "웹")}} 맥락에선 {{Glossary("Browser", "브라우저")}}를 의미합니다.</span></p>
+
+<p>브라우저 외에도 웹 페이지를 긁어가는 봇, 다운로드 관리자, 웹에 접근하는 다른앱도 사용자 에이전트입니다. 브라우저는 서버에 보내는 모든 요청에 사용자 에이전트 문자열이라고 부르는, 자신의 정체를 알리는 {{httpheader("User-Agent")}} {{Glossary("HTTP")}} 헤더를 보냅니다. 이 문자열은 보통 브라우저 종류, 버전 번호, 호스트 운영체제를 포함합니다.</p>
+
+<p><span class="objectBox objectBox-string">스팸 봇, 다운로드 관리자, 일부 브라우저는 자신의 정체를 숨기고 다른 클라이언트인 척 하려고 가짜 사용자 에이전트 문자열을 보내곤 하며, 이를 사용자 에이전트 스푸핑(spoofing)이라고 말합니다.</span></p>
+
+<p><span class="objectBox objectBox-string">클라이언트에서는 {{Glossary("JavaScript")}}의 {{domxref("navigator.userAgent")}} 속성을 통해 사용자 에이전트 문자열에 접근할 수 있습니다.</span></p>
+
+<p>보통 사용자 에이전트 문자열은 <span class="objectBox objectBox-string"><code>"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"</code>과 같은 형태입니다. </span></p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반_지식">일반 지식</h3>
+
+<ul>
+ <li>위키백과{{interwiki("wikipedia", "사용자 에이전트")}}</li>
+</ul>
+
+<h3 id="기술_참고서">기술 참고서</h3>
+
+<ul>
+ <li>{{domxref("navigator.userAgent")}}</li>
+ <li><a href="/ko/docs/Web/HTTP/Browser_detection_using_the_user_agent">사용자 에이전트를 이용한 브라우저 감지</a></li>
+ <li>{{RFC(2616, "14.43")}}: <code>User-Agent</code> 헤더</li>
+</ul>
+
+<section class="Quick_links" id="Quick_Links">
+<ol>
+ <li><a href="/ko/docs/Glossary">MDN 웹 문서 용어 사전</a>
+
+ <ol>
+ <li>{{Glossary("Browser", "브라우저")}}</li>
+ </ol>
+ </li>
+ <li>HTTP 헤더
+ <ol>
+ <li>{{HTTPHeader("User-agent")}}</li>
+ </ol>
+ </li>
+</ol>
+</section>