How this is measured확인 방법
What each value means, how it was produced, what the crawler never does, and where the method is weak.
각 값이 무엇인지, 어떻게 만들어졌는지, 크롤러가 절대 하지 않는 일, 그리고 이 방법이 약한 곳.
The crawler never does these크롤러가 하지 않는 일
These are enforced in code, not promised in prose. They are why two of the eight questions can only be answered by people.
약속이 아니라 코드에 박아 둔 규칙입니다. 여덟 개 질문 중 둘이 사람만 답할 수 있는 이유이기도 합니다.
- Never pays.결제하지 않습니다. There is no code path that submits a checkout form.결제 양식을 제출하는 코드 자체가 없습니다.
- Never signs up or logs in.가입하거나 로그인하지 않습니다. The browser wrapper exposes no way to type or click. It can only read.브라우저 래퍼에 입력·클릭 기능을 넣지 않았습니다. 읽기만 됩니다.
- Obeys robots.txt.robots.txt를 지킵니다. A disallowed path is not requested at all. That is why 17 of 106 services cannot be measured here.막아 둔 경로는 아예 요청하지 않습니다. 106개 중 17개를 여기서 확인할 수 없는 이유입니다.
- Public pages, GET only, once a day.공개 페이지만, GET만, 하루 한 번. Requests to the same host are spaced out, and the user agent carries this site's address and a contact, so any operator who sees us can tell us to stop.같은 사이트에는 간격을 두고 요청합니다. User-Agent에 이 사이트 주소와 연락처를 넣어, 발견한 운영자가 그만두라고 말할 수 있게 했습니다.
What each value means각 값이 뜻하는 것
| Question질문 | How it is checked확인하는 법 | What it does not tell you알 수 없는 것 |
|---|---|---|
| Can you open it from outside Korea?한국 밖에서 접속되나요? | The page is fetched from outside Korea and checked for country-restriction wording.한국 밖에서 페이지를 받아 국가 제한 문구가 있는지 봅니다. | A 403 or 429 is left blank, not called a block — bot filtering looks the same from here.403·429는 막힘으로 적지 않고 비워 둡니다. 밖에서 보면 봇 차단과 구분되지 않습니다. |
| What languages can you use it in?어떤 언어로 쓸 수 있나요? | Counted only when the site declares it: an hreflang tag, a language switcher, or a working language path.hreflang 태그, 언어 전환 버튼, 실제로 열리는 언어별 주소 중 하나가 있을 때만 셉니다. | Whether a language is offered, not how good it is or how much of the site it covers.그 언어가 있는지만 봅니다. 번역이 좋은지, 어디까지 적용됐는지는 보지 않습니다. |
| Do you need a Korean phone to sign up?가입할 때 한국 휴대폰이 필요한가요? | The sign-up page is opened and read for Korean identity-verification widgets — PASS, NICE, KCB, i-PIN, resident number fields.가입 페이지를 열어 본인확인 위젯이 있는지 봅니다. PASS·NICE·KCB·아이핀·주민등록번호 입력란. | Left blank unless the page is really a sign-up form with fields. A login screen or an information page proves nothing.입력란이 있는 진짜 가입 양식일 때만 값을 남깁니다. 로그인 화면이나 안내 문서로는 판단하지 않습니다. |
| Is there an app?앱이 있나요? | Whether a listing exists on the App Store and Google Play.App Store와 Google Play에 등록이 있는지 봅니다. | Not which countries it is released in. Three endpoints were tested and none distinguishes country, so it is left out.어느 나라에 나왔는지는 보지 않습니다. 세 가지 경로를 시험했는데 나라를 구분해 주지 않아 뺐습니다. |
| Which payment services does it use?어떤 결제사를 쓰나요? | Which payment providers appear in the code of pages that open without a login.로그인 없이 열리는 페이지의 코드에 어떤 결제사가 나오는지 봅니다. | Empty means nothing was found on reachable pages — checkout usually sits behind a login. It says nothing about your card.비어 있으면 열 수 있는 페이지에서 못 찾았다는 뜻입니다. 결제 화면은 대개 로그인 뒤에 있습니다. 카드가 될지와는 무관합니다. |
| Is there help in English?영어 고객지원이 있나요? | Whether the help pages state that support is available in English.고객센터 페이지에 영어 지원을 한다고 적혀 있는지 봅니다. | No clear statement is recorded as blank, never as “no English support”.명시가 없으면 비워 둡니다. 영어 지원이 없다고 적지 않습니다. |
| Does a foreign card work?해외 카드로 결제되나요? | Community reports only.이용자 제보로만 채웁니다. | Answering it means putting a real card through a real checkout. The crawler cannot submit a payment.실제 카드로 결제를 눌러봐야 알 수 있습니다. 크롤러는 결제를 제출할 수 없습니다. |
| Do codes reach a foreign number?해외 번호로 인증번호가 오나요? | Community reports only.이용자 제보로만 채웁니다. | Answering it means requesting a real text to a real number. The crawler cannot fill in a form.실제 번호로 문자를 받아봐야 알 수 있습니다. 크롤러는 양식을 채울 수 없습니다. |
How far to trust a value값을 얼마나 믿을 수 있나
| measured by machine자동 확인 | Produced by a probe on the date shown. Reproducible, and the raw evidence is published under the value.표시된 날짜에 프로브가 만든 값입니다. 다시 재현할 수 있고, 원본 근거가 값 아래에 붙어 있습니다. |
| reported by people이용자 제보 | Somebody did it and said what happened. Not independently reproducible.실제로 해 본 사람이 결과를 알려준 값입니다. 다시 재현할 수는 없습니다. |
| reports disagree제보가 엇갈림 | Two credible reports contradict each other, so both are shown instead of one being picked.믿을 만한 제보 둘이 서로 다릅니다. 한쪽을 고르지 않고 엇갈린다고 적습니다. |
| no value recorded기록 없음 | Not measured, or what was seen was too weak to record. The reason is always printed next to it.확인하지 못했거나, 본 것이 값을 남기기엔 약했습니다. 이유가 항상 옆에 적혀 있습니다. |
Where this is weak약한 곳
- The measuring machine sits in a datacentre.확인하는 서버가 데이터센터에 있습니다. Plenty of Korean sites treat datacentre addresses differently from home broadband or a roaming SIM. When one does not answer, two causes are in play at once: being outside Korea, and being on a datacentre address. A single run cannot separate them.한국 사이트 상당수가 데이터센터 IP를 가정용 인터넷이나 로밍 회선과 다르게 취급합니다. 응답이 없을 때 원인이 둘입니다. 한국 밖이라서, 그리고 데이터센터라서. 한 번 돌려서는 둘을 가를 수 없습니다.
- Pages that build themselves in the browser.브라우저에서 조립되는 페이지. Some sign-up screens render differently between two visits, so a value can move without the company changing anything.어떤 가입 화면은 들어갈 때마다 다르게 그려집니다. 회사가 아무것도 안 바꿔도 값이 움직일 수 있습니다.
- 40 of 106 services cannot be measured by machine at all.106개 중 40개는 기계로 아예 확인할 수 없습니다. Blocked by robots.txt, refused outright, silent, or serving a certificate that will not verify. For those, first-hand reports are the only source there is.robots.txt로 막혔거나, 거부당했거나, 응답이 없거나, 인증서가 검증되지 않습니다. 이런 곳은 직접 겪은 사람의 제보 말고는 채울 방법이 없습니다.
- A value describes one moment.값은 한 순간을 설명합니다. It says what was true at the timestamp next to it and nothing else, which is why the timestamp is never hidden.옆에 적힌 시각에 그랬다는 뜻이고 그 이상은 아닙니다. 시각을 숨기지 않는 이유입니다.
Latest run가장 최근 확인
| Finished끝난 시각 | 2026-08-15 08:18 UTC |
| Measured from확인한 곳 | US · Illinois · AS8075 |
| Services visited방문한 서비스 | 106 / 106 |
| Duration걸린 시간 | 653s |
| Errors오류 | 0 |
Corrections정정
Every value is published with the raw evidence under it so it can be contradicted. If one is wrong, say what you saw and it gets corrected with its source recorded. This site describes what was observed at a point in time. It does not rate, rank, or recommend.
모든 값 아래에 원본 근거를 붙여 둔 것은 반박당하기 위해서입니다. 틀린 값이 있으면 무엇을 보셨는지 알려주세요. 근거와 함께 고칩니다. 이 사이트는 특정 시점에 관측된 것을 적을 뿐, 서비스를 평가하거나 순위를 매기거나 추천하지 않습니다.