- I have a ASP.NET MVC based web site which runs on http.
- From the above web site I'm making a https call to a web API
- Configured fiddler as a proxy and trying to monitor the traffic using Fiddler Web Debugger (ver 4.4.8.4)
I only see "tunnel to" requests to the https web api sent from the MVC web application. Why am I not able to see other https traffic including request/response headers/body?
I have enabled decrypting https setting in fiddler. I have followed this link: http://fiddlerbook.com/Fiddler/help/faq.asp
Is there anything else I can check?