Basic Auth 헤더 생성기
네트워크 및 운영 · 무료 온라인 도구
사용자 이름/비밀번호에서 Authorization: Basic 헤더 생성.
Authorization: Basic YWRtaW46czNjcmV0
Basic Auth sends credentials as a Base64-encoded string that is trivially decodable. Always pair it with HTTPS — never with plain HTTP.
Base64 인코딩
네이티브 btoa를 사용하여 user:pass를 인코딩합니다.
사용 준비된 헤더
출력에는 전체 Authorization: 접두사가 포함 — curl 또는 fetch에 붙여넣기.
원클릭 복사
헤더를 클립보드로 즉시 복사합니다.
Basic Auth 헤더 생성기 사용 방법
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 4Use the information for your network operations.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
Are network lookups real-time?
Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.
Is my IP address logged?
The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.
Why do geolocation results differ between providers?
Each provider maintains its own IP-to-location database with different update cycles and coverage. Treat any single result as an approximation, not an exact address.
Do the results reflect me if I use a proxy or VPN?
No. Results show the egress IP of the proxy or VPN you are connected through. Disconnect it if you need your real public IP.
관련 도구
Bearer Token 헤더 생성기
JWT 미리 채우기로 Authorization: Bearer 헤더 생성.
DNS-over-HTTPS 클라이언트
DoH 엔드포인트로 fetch 요청해 DNS 레코드 조회.
WebSocket 클라이언트 테스터
WS 서버에 연결, 메시지 송수신 및 로그 기록.
Server-Sent Events 테스터
EventSource로 구독하고 SSE 스트림 표시.
WebRTC 연결 테스터
RTCPeerConnection을 설정하여 연결성과 ICE 검증.
HTTP 메서드 참조
GET/POST/PUT/DELETE 메서드 의미와 멱등성 조회.
TCP 포트 참조
일반적인 포트-서비스 매핑 조회 (80/443/3306…).
Well-Known 포트 조회
포트 또는 서비스 이름으로 IANA 등록 포트 조회.