강의

멘토링

커뮤니티

Inflearn Community Q&A

qo6131009's profile image
qo6131009

asked

Spring Boot Concepts and Utilization

Embedded Web Server Application Part 2: HTTPS and HTTP2

curl 명령어

Written on

·

844

0

인텔리제이 터미널에

curl -I --http2 http://localhost:8080

입력해도 'curl: (1) Unsupported protocol' 이라고만 뜨는데 다른 방법 없을까요?

여기서 막혀서 뒷부분 진행이 안돼요ㅠㅠ

spring-bootjavaspring

Answer 4

2

nyn님의 프로필 이미지
nyn
Questioner

자문자답)

git bash에서는 curl 명령어가 실행되네요!!

커넥터 설정 부분도 이해했습니다!!

0

https://winampplugins.co.uk/curl/ 여기서 윈도우용 curl 다운로드(7.53 버전 이상)

0

nyn님의 프로필 이미지
nyn
Questioner

curl -I --http2 http://localhost:8080

이 명령어가 어떤걸 실행하는 건가요??

Invoke-WebRequest 명령어하고 다를텐데 검색해봐도 어떤 의미인지 잘 모르겠어요ㅠㅠ

0

whiteship님의 프로필 이미지
whiteship
Instructor

윈도에는 curl이 없습니다. 윈도에서 Powershell로 Invoke-WebRequest를 써보세요.
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7

qo6131009's profile image
qo6131009

asked

Ask a question