RevealTheme logo

HTTP 상태 코드 확인기

모든 URL이 반환하는 HTTP 상태 코드를 확인합니다. 200, 301, 404, 500 등을 감지합니다.

이 도구 사용 방법

  1. 1

    Paste a full URL (for example https://example.com/page) into the input box.

  2. 2

    Click Analyze to have our server fetch the URL on your behalf.

  3. 3

    Read the large status code, its status text, and the Final URL after any redirects.

  4. 4

    Change the URL and run again to compare endpoints or recheck after a fix.

HTTP 상태 코드 확인기란 무엇인가요?

HTTP 상태 코드는 요청이 성공했는지, 리디렉션되었는지, 실패했는지 알려줍니다. 가장 중요한 범주는 다음과 같습니다: 2xx(성공), 3xx(리디렉션), 4xx(클라이언트 오류: 404 찾을 수 없음, 403 금지됨), 5xx(서버 오류: 500 내부 오류, 503 사용 불가). 상태 코드를 모니터링하면 손상된 페이지, 잘못 구성된 리디렉션, 서버 다운을 감지할 수 있습니다.

일반적인 사용 사례

  • Confirm a page returns 200 OK after deploying a change or fixing a broken link.

  • Verify that an old URL ends at the right destination after setting up redirects for a site migration.

  • Diagnose why a link is failing by seeing whether it returns 404, 403, 401, or a 5xx error.

  • Spot-check that a server is reachable over HTTPS rather than only plain HTTP.

  • Test whether a third-party API endpoint or webhook URL responds before wiring it into your code.

  • Check competitor or partner URLs for outages or moved pages without installing any software.

자주 묻는 질문

301과 302의 차이는 무엇인가요?
301은 영구적이며(검색 엔진이 모든 순위 신호를 전달함), 302는 일시적입니다(신호를 전달하지 않음). 사이트 마이그레이션에는 301을 사용하세요.
왜 403이 반환되나요?
금지됨: 서버가 요청을 이해했지만 처리를 거부한 것입니다. 잘못된 구성, 핫링크 방지, 봇 차단인 경우가 많습니다.

관련 도구