Reputation: 31
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 setting FiddlerCore as a proxy for HTTPS without enabling decryptSSL.
Thanks, Alex
Upvotes: 2
Views: 2387
Reputation: 72658
In HTTPS everything is encrypted: query string, headers, cookies, body and everything. So you cannot view the headers and cookies without decrypting everything anyway.
Upvotes: 6