Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 답십리 파크자이
- ELB
- EC2
- 행당한진아파트
- private repostiroy
- 아파트
- 황학동롯데캐슬
- 명령어
- aws cli
- 응봉현대아파트
- sql 공유
- 행당역
- statefulset
- 2025년정책
- 행당대림아파트
- 9억이하
- linux 파일복사
- nexus proxy
- Configmap
- 서버간 파일전송
- Ansible
- React Native
- 천호태영아파트
- k8s
- describe-instances
- 5호선
- pod
- docker
- 쿠버네티스
- kubectl
Archives
- Today
- Total
게으름을 위한 부지런한 게으름뱅리' 블로그
[Curl] IP주소로 Https curl 호출하기 본문
반응형
♬ curl 호출 조건
- Domain 없음
- Server /etc/hosts 파일에 host등록 불가
- https로 호출
위와 같은 조건으로 Server to Server curl 호출을 해야 하는 경우 아래와 같이 입력.
curl --header 'Host:{Domain}' --resolve '{Domain}:443:{IP}' https://{Domain}
예시)
curl --header 'Host:test.com' --resolve 'test.com:443:192.168.0.0' https://test.com
반응형
'IT > Linux' 카테고리의 다른 글
[Linux] SCP 파일복사 (SCP 명령어 총정리) (0) | 2024.08.19 |
---|---|
[Linux] tar 압축하기, 압축풀기(명령어 총정리) (0) | 2024.08.18 |
[Linux] netstat로 service port 확인하기 (0) | 2024.07.07 |
[Linux] Find 명령어 총정리 (0) | 2024.07.07 |
Comments