Description
- A bank webside , I can caught the https flows when to use fiddle ;
- And I caught fail of the https flows when to use mitmproxy ,
- Status Code:
502
- Response show : 502 Bad Gateway
- Response show : "OpenSSL Error([('SSL routines', '', 'unsafe legacy renegotiation disabled')])"
Why ?
The Difference at working
Rerference:https://blog.csdn.net/qq_43336003/article/details/121585293
-
Burp Suite and mitmproxy
working:打开BurpSuite自带的brower浏览器,利用Proxy拦截网站的POST请求的接口及数据。 -
Fiddler
working:通过代理的方式获取程序http通讯的数据,可以用其检测网页和服务器的交互情况,能够记录所有客户端和服务器间的http请求,支持监视、设置断点、甚至修改输入输出数据
Solutions
Directly using Fiddler.