jmeter录制https请求时,浏览器每一个请求都 跳 不安全访问页面的解决方法


1.关闭所有浏览器

2,使用终端 输入 : 

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ignore-certificate-errors --ignore-urlfetcher-cert-requests

然后在 在命令行开启的浏览器配置代理 和证书即可

 

用命令行打开 Google Chrome 就好了

 Mac os 下面用

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security

或者

open -a "Google Chrome" --args --disable-web-security

 

Ubuntu?Linux:

chromium-browser --disable-web-security


windows
chrome.exe --disable-web-security

 

用命令行打开 Apple Safafi 方法是:
Mac OS 下:

open -a '/Applications/Safari.app' --args --disable-web-security

 

Windows:
C:\Program Files\Safari\Safari.exe --disable-web-security

 

来源:https://blog.csdn.net/justinjing0612/article/details/9532953


免责声明!

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



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