开发者

How to enable HTTPS monitoring in FiddlerCore WITHOUT decrypting SSL

开发者 https://www.devze.com 2022-12-31 18:07 出处:网络
I need to be able to monitor all requests (HTTP & HTTPS) going out of IE. I am only interested in the headers and the cookies, so that I don\'t need to decrypt the SSL encrypted body. But I don\'t

I need to be able to monitor all requests (HTTP & HTTPS) going out of IE. I am only interested in the headers and the cookies, so that I don't need to decrypt the SSL encrypted body. But I don't see a way of s开发者_Python百科etting FiddlerCore as a proxy for HTTPS without enabling decryptSSL.

Thanks, Alex


In HTTPS everything is encrypted: query string, headers, cookies, body and everything. So you cannot view the headers and cookies without decrypting everything anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消