Alex Skorohod
Alex Skorohod

Reputation: 31

How to enable HTTPS monitoring in FiddlerCore WITHOUT decrypting SSL

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

Answers (1)

Dean Harding
Dean Harding

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

Related Questions