Postman/IDEA/Jmeter proxy设置

一 Postman

1 HTTP proxy

setting |  Proxy

 

 2 Socks5 proxy

native postman无法设置socks5 proxy,故选择了一个折中的方法,用chrome postman,然后便可以用chrome的其他插件设置socks5 proxy,如SwitchyOmega

 

 

二 IDEA

http://www.jetbrains.com/help/idea/2017.1/http-proxy.html

Run -> Edit Configurations -> VM options

-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8081

 

 

三 Jmeter

https://docs.oracle.com/javase/9/docs/api/java/net/doc-files/net-properties.html

java -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8081 -jar ApacheJMeter.jar

 

posted @ 2019-07-17 23:30  teaChat  阅读(1213)  评论(0编辑  收藏  举报