일반
PostMan Error : Cloud Agent Error 해결
알 수 없는 사용자
2023. 6. 13. 11:37
SMALL
오류 분석
PostMan에서 localhost에 요청을 보낼때 발생하는 에러.
에러 구문 :
Cloud Agent Error: Can not send requests to localhost. Select a different agent.Use Postman's Desktop AgentLearn more about troubleshooting API requests
클라우드 에이전트 오류: localhost에 요청을 보낼 수 없습니다. 다른 에이전트를 선택하십시오.
오류 원인
PostMan에서 localhost에 접근하기 위해선 Desktop Agent를 사용해야한다.
해결 방법
PostMan에서 하단의 Use PostMan's Desktop Agent를 클릭하여 Desktop Agent를 다운받고 설치한뒤 다시 요청을 실행한다.
LIST