RevealTheme logo

혼합 콘텐츠 검사기

HTTPS 페이지가 로드하는 HTTP 리소스를 찾습니다. 혼합 콘텐츠는 브라우저 경고를 유발하며 차단될 수 있습니다.

이 도구 사용 방법

  1. 1

    Paste the full HTTPS URL of the page you want to check (for example https://example.com/pricing) into the input field.

  2. 2

    Click Analyze. The tool fetches that page server-side and parses its HTML.

  3. 3

    Review the results: each flagged item shows the tag and attribute (such as script.src or img.src) and the exact http:// URL found.

  4. 4

    Rewrite each listed URL to https:// in your source or CMS, then re-run the check to confirm the count drops to zero.

혼합 콘텐츠 검사기란 무엇인가요?

HTTPS 페이지가 스크립트, 이미지, 스타일시트를 HTTP를 통해 로드하면 브라우저는 이를 '혼합 콘텐츠'로 간주합니다. HTTPS의 보안 보장이 약화되는 것입니다. 능동적 혼합 콘텐츠(스크립트, iframe)는 최신 브라우저에서 완전히 차단되며, 수동적 혼합 콘텐츠(이미지)는 경고를 표시합니다. 이 도구는 HTTPS 페이지의 모든 HTTP 리소스를 찾아 수정할 수 있게 합니다.

일반적인 사용 사례

  • Confirming a freshly migrated WordPress or static site no longer hard-codes any http:// asset URLs after switching the domain to HTTPS.

  • Tracking down which third-party script, font, or analytics tag is causing the browser's 'not fully secure' shield warning on a single page.

  • Spot-checking a marketing landing page before launch so embedded images and iframes do not get silently blocked under HTTPS.

  • Auditing a CMS-published article whose author pasted an old http:// image URL that breaks the padlock on an otherwise secure blog.

  • Verifying that a CDN or reverse-proxy change did not leave a stylesheet or favicon link pointing at the insecure HTTP origin.

  • Giving a client a concrete, line-by-line list of insecure references to fix rather than a vague 'your SSL is broken' complaint.

자주 묻는 질문

혼합 콘텐츠를 어떻게 수정하나요?
모든 HTTP URL을 HTTPS로 변경하세요. 리소스를 HTTPS로 사용할 수 없다면 직접 호스팅하세요.
HTTPS가 이것을 자동으로 수정해 주나요?
아닙니다. 출처(origin)가 HTTPS를 제공해야 하고, 그것이 로드하는 모든 리소스도 HTTPS여야 합니다.

관련 도구