URL 파서
URL Parser
전체 URL(http:// 또는 https:// 포함)을 입력하고 분석을 누르세요.Enter a full URL (including http:// or https://) and press Parse.
URL 파서란?
URL 파서는 URL 한 줄을 프로토콜(scheme)·호스트명·포트·경로(path)·해시(fragment)와 쿼리 파라미터로 분해해 보여주는 도구입니다. API 요청 URL을 분석하거나, 쿼리 파라미터 구조를 확인할 때 유용합니다. 브라우저 내장 URL 객체를 사용합니다.
각 항목 설명
- 프로토콜:
https:처럼 콜론을 포함한 스킴입니다. - 호스트명: 도메인 또는 IP 주소이며 포트는 제외됩니다.
- 포트: URL에 명시된 포트 번호입니다. 생략되면 비어 있습니다.
- 쿼리 파라미터:
?뒤의key=value쌍을 각각 행으로 표시합니다. 같은 키가 여러 번 나오면 각각 별도 행입니다.
개인정보·처리 방식
모든 분석은 브라우저 내장 URL 객체만으로 이루어집니다. 입력한 URL은 서버로 전송되거나 저장되지 않습니다.
What is this tool?
The URL parser breaks a URL into its protocol, hostname, port, pathname, hash and query parameters. Useful for inspecting API request URLs or checking query string structure. It uses the browser's built-in URL object.
What each field means
- Protocol: the scheme including the colon, e.g.
https:. - Hostname: the domain or IP address, without the port.
- Port: the port explicitly specified in the URL; empty if omitted.
- Query parameters: each
key=valuepair after?shown as a row; repeated keys appear as separate rows.
Privacy & processing
All parsing uses only the browser's built-in URL object. Your URL is never uploaded or stored.
자주 묻는 질문
URL 파서는 무엇을 해주나요?
쿼리 파라미터가 여러 개거나 중복되면 어떻게 되나요?
포트나 쿼리가 없는 URL도 처리되나요?
잘못된 형식의 URL을 입력하면 어떻게 되나요?
입력한 URL이 서버로 전송되나요?
FAQ
What does the URL parser do?
What happens with multiple or duplicate query parameters?
Does it handle URLs without a port or query?
What happens with an invalid URL?
Is my URL sent to a server?
안내: 본 도구는 브라우저 내장 URL 객체를 이용한 참고용 분석기이며, 모든 처리는 브라우저 안에서만 이루어집니다.
Note: This tool is a reference parser using the browser's built-in URL object, and all processing happens in your browser.