Postman 사용
2021. 5. 5. 20:00
프로그래밍/관련 정보
1️⃣ Postman 다운로드 www.postman.com/downloads/ Download Postman | Try Postman for Free Try Postman for free! Join 13 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster. www.postman.com 2️⃣ + 클릭 3️⃣ post 요청 보내기 post 선택 후 확인할 url 입력(http://localhost:3000/api/post) 👉 send 클릭 후 결과 확인 4️⃣ delete 요청 보내기 delete 선택 후 url 입력(http://localhost:300..
Postman이란?
2021. 2. 25. 21:49
프로그래밍/관련 정보
❓ 사용 이유 API 기능 검증을 위해 사용 API 호출 Test하는 tool ❓ 사용 방법 1️⃣ Postman 설치 2️⃣ Capture requests and cookies 패널 클릭 3️⃣ Source 정보에서 Interceptor 선택 4️⃣ Capture Requests 정보에서 On 선택하여 Request Intercepting 기능 활성화 & interceptor bridge install 5️⃣ chrome 확장 프로그램 Postman Interceptor 추가 6️⃣ chrome 에서 interceptor 클릭하여 Request Capture정보를 on으로 변경하여 캡쳐를 활성화 7️⃣ 브라우저에서 크롤링을 원하는 페이지 불러옴 8️⃣ Postman History 탭에 캡쳐한 페이지 주..