강의

멘토링

커뮤니티

Inflearn Community Q&A

byeonghwijeong's profile image
byeonghwijeong

asked

[Renewed] Introduction to Python Backend and Web Technologies for Beginners (Intermediate Python, Understanding Backend and Web Technology Basics with Flask) [Full Stack Part1-1]

Understanding Web Technologies for Understanding Rest API: GET Method and URL (Update)

윈도우 QueryString 사용법 : http GET [URI] param1==1 param==2

Written on

·

358

0

윈도우 QueryString 사용법 : http GET URI param1==1 param==2

입니다

pythonrest-apiflask

Answer 2

1

funcoding님의 프로필 이미지
funcoding
Instructor

안녕하세요. 답변도우미입니다.

윈도우에서 특정 환경에서는 위와 같이 해도 되는 군요. 이 부분 공유해주셔서 감사합니다.

0

아하 그 방법도 있었네요.

chat gpt 로 확인하니

 

윈도우의 cmd에서 & 의 인식안되는데

url 전체를 따옴표로 감싸면 요청이 제대로 가네요

이것도 방법입니다.

 

 

BH J님의 프로필 이미지
BH J
Questioner

헐... ㅋㅋㅋㅋ

감사합니다!! GPT없던시절에 힘들게 찾았던거네요

byeonghwijeong's profile image
byeonghwijeong

asked

Ask a question