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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM