Tools

Postman Sock proxy 사용

구티맨 2020. 3. 9. 11:08

Postman proxy 에서는 sock proxy를 지원하지 않으므로, sock proxy 를 http proxy 로 변환해줄 패키지를 설치해야 한다.

npm install -g http-proxy-to-socks

설치 후, 아래 명령어로 5555 SOCKS proxy port 를 8080 http proxy port 로 변환해준다.

hpts -s 127.0.0.1:5555 -p 8080

변환 후, Postman 에서 http proxy 를 셋팅하고 사용하면 된다.

Postman Settings

 

 

참조 : 

https://medium.com/@indikaw/access-a-server-through-ssh-tunnel-and-send-api-requests-through-postman-in-windows-10-b7307974c1a0